New submission from Erlend E. Aasland <erlend.aasl...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue44499>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to