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

STINNER Victor report at bugs.python.org
Mon Nov 6 19:45:21 EST 2017


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


New changeset b0331c94c2a210d50e43d99b249ec83ee165e70c by Victor Stinner (Miss Islington (bot)) in branch '3.6':
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (GH-3958) (#4303)
https://github.com/python/cpython/commit/b0331c94c2a210d50e43d99b249ec83ee165e70c


----------

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


More information about the Python-bugs-list mailing list