ImageImage

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Backport SQLite trace API v2
Type: compile error Stage: resolved
Components: Build Versions: Python 3.9
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: corona10, erlendaasland, samuelmarks
Priority: normal Keywords: patch

Created on 2020-11-02 07:17 by samuelmarks, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 23097 closed samuelmarks, 2020-11-02 07:17
PR 19581 erlendaasland, 2020-11-02 08:00
Messages (2)
msg380185 - (view) Author: Samuel Marks (samuelmarks) * Date: 2020-11-02 07:17
Backports https://github.com/python/cpython/pull/19581 https://bugs.python.org/issue40318 as per https://bugs.python.org/issue42229
msg380194 - (view) Author: Dong-hee Na (corona10) * (Python committer) Date: 2020-11-02 08:13
We often submit the backported patch by using the backport label from the origin PR.
(https://github.com/python/cpython/pull/19581)

So please discuss about the bacporting on bpo-40318
History
Date User Action Args
2022-04-11 14:59:37adminsetgithub: 86407
2020-11-02 08:13:12corona10setstatus: open -> closed

nosy: + corona10
messages: + msg380194

resolution: duplicate
stage: patch review -> resolved
2020-11-02 08:00:57erlendaaslandsetkeywords: + patch
nosy: + erlendaasland

pull_requests: + pull_request22016
stage: patch review
2020-11-02 07:17:08samuelmarkscreate