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: [sqlite3] remove unused members from pysqlite_Connection
Type: enhancement Stage: resolved
Components: Extension Modules Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: erlendaasland Nosy List: erlendaasland, pablogsal
Priority: low Keywords: patch

Created on 2021-06-06 21:46 by erlendaasland, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 26565 merged erlendaasland, 2021-06-06 21:46
Messages (2)
msg395219 - (view) Author: Erlend E. Aasland (erlendaasland) * (Python triager) Date: 2021-06-06 21:46
The timeout and timeout_started members of pysqlite_Connection are never used. Suggesting to remove them.
msg395222 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2021-06-06 22:11
New changeset 505624e917a2d3d845304f8d34fccd41f06d4720 by Erlend Egeberg Aasland in branch 'main':
bpo-44327: Remove unused members from pysqlite_Connection (GH-26565)
https://github.com/python/cpython/commit/505624e917a2d3d845304f8d34fccd41f06d4720
History
Date User Action Args
2022-04-11 14:59:46adminsetgithub: 88493
2021-06-06 22:26:24pablogsalsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-06-06 22:11:52pablogsalsetnosy: + pablogsal
messages: + msg395222
2021-06-06 21:46:48erlendaaslandsetkeywords: + patch
stage: patch review
pull_requests: + pull_request25154
2021-06-06 21:46:11erlendaaslandcreate