]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:19 +0000 (16:44 -0800)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 7 Nov 2017 00:44:19 +0000 (16:44 -0800)
commit4b544aadd54fd2337d2ab5c137389cae8d1fd781
tree856d5c66813048bc049eeb2e28ca40c2ee35b087
parent30537698b607d53fa9ce18522abb88469d5814b6
bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (GH-3968) (#4302)

(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