[New-bugs-announce] [issue42021] Fix possible ref. leaks in _sqlite3 module initialisation

Erlend Egeberg Aasland report at bugs.python.org
Mon Oct 12 15:18:40 EDT 2020


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

Handle PyDict_SetItemString() errors in _sqlite3 init by dereferencing the item object and then goto error.

----------
components: Library (Lib)
messages: 378516
nosy: erlendaasland
priority: normal
severity: normal
status: open
title: Fix possible ref. leaks in _sqlite3 module initialisation
versions: Python 3.10, Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list