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

STINNER Victor report at bugs.python.org
Wed Nov 8 04:57:07 EST 2017


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


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


----------

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


More information about the Python-bugs-list mailing list