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.

Author erlendaasland
Recipients erlendaasland, petr.viktorin
Date 2021-06-23.13:18:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624454298.48.0.88024552275.issue44499@roundup.psfhosted.org>
In-reply-to
Content
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
2021-06-23 13:18:18erlendaaslandsetrecipients: + erlendaasland, petr.viktorin
2021-06-23 13:18:18erlendaaslandsetmessageid: <1624454298.48.0.88024552275.issue44499@roundup.psfhosted.org>
2021-06-23 13:18:18erlendaaslandlinkissue44499 messages
2021-06-23 13:18:18erlendaaslandcreate