]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is...
authorOren Milman <orenmn@gmail.com>
Wed, 8 Nov 2017 09:57:02 +0000 (11:57 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 8 Nov 2017 09:57:02 +0000 (01:57 -0800)
commitcd66d6d632b4a8190e97f265ee163f11b5ae38e6
tree62b6faf703ac2363d5ca99ec2b8b61865df1c7f1
parent47eaaa55247b6ad8ae507c0048509c2e3db79bf0
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (GH-4333)
Lib/sqlite3/test/regression.py
Misc/NEWS.d/next/Library/2017-11-08-11-02-01.bpo-31764.gtlhKj.rst [new file with mode: 0644]
Modules/_sqlite/cursor.c