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] make sqlite3.Connection exception refs strong
Type: enhancement Stage:
Components: Extension Modules Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: erlendaasland Nosy List: erlendaasland, petr.viktorin
Priority: normal Keywords:

Created on 2021-06-23 13:18 by erlendaasland, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg396417 - (view) Author: Erlend E. Aasland (erlendaasland) * (Python triager) Date: 2021-06-23 13:18
Currently, pysqlite_Connection keeps borrowed references to all the sqlite3 exception types. Suggesting to convert these to strong refs.

See comments on GH-26745: https://github.com/python/cpython/pull/26745#issuecomment-866810269
History
Date User Action Args
2022-04-11 14:59:47adminsetgithub: 88665
2021-06-23 13:18:18erlendaaslandcreate