[New-bugs-announce] [issue44499] [sqlite3] make sqlite3.Connection exception refs strong

Erlend E. Aasland report at bugs.python.org
Wed Jun 23 09:18:18 EDT 2021


New submission from Erlend E. Aasland <erlend.aasland at innova.no>:

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

----------
assignee: erlendaasland
components: Extension Modules
messages: 396417
nosy: erlendaasland, petr.viktorin
priority: normal
severity: normal
status: open
title: [sqlite3] make sqlite3.Connection exception refs strong
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44499>
_______________________________________


More information about the New-bugs-announce mailing list