]> granicus.if.org Git - python/commit
bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Nov 2017 00:44:23 +0000 (16:44 -0800)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 7 Nov 2017 00:44:23 +0000 (16:44 -0800)
commit9684cf69e32ae442c7be54521073ac78557f3bbf
treea14fd0f9fbc3bc0f060701c026e785e854944d6f
parenta6ffec2e88437ed4fecb10cb359cf2fb64781e9a
bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (GH-3968) (#4301)

(cherry picked from commit e56ab746a965277ffcc4396d8a0902b6e072d049)
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