]> granicus.if.org Git - python/commit
bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more...
authorOren Milman <orenmn@gmail.com>
Tue, 7 Nov 2017 00:01:47 +0000 (02:01 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 7 Nov 2017 00:01:47 +0000 (16:01 -0800)
commite56ab746a965277ffcc4396d8a0902b6e072d049
tree96300bfc9afd03c0314da3d9ed9b100d0764a1e2
parentad455cd9243319b896c86074ffeb3bf78a82f4ec
bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (#3968)
Lib/sqlite3/test/regression.py
Misc/NEWS.d/next/Library/2017-10-12-18-45-38.bpo-31770.GV3MPx.rst [new file with mode: 0644]
Modules/_sqlite/cursor.c