[issue31764] sqlite3.Cursor.close() crashes in case the Cursor object is uninitialized

STINNER Victor report at bugs.python.org
Mon Nov 6 19:09:51 EST 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:


New changeset edb13ae48c17210fa4b2d40a6833ca09db5c121b by Victor Stinner (Oren Milman) in branch 'master':
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (#3958)
https://github.com/python/cpython/commit/edb13ae48c17210fa4b2d40a6833ca09db5c121b


----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list