]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objects ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 5 Jun 2021 03:09:40 +0000 (20:09 -0700)
committerGitHub <noreply@github.com>
Sat, 5 Jun 2021 03:09:40 +0000 (20:09 -0700)
commitad2f3b74b5615aa36a82d1fdbc45bb7468aa1d72
tree9e462a2a700aeb224284a8cdde5f1a3fff78bfff
parent4642caf232a3f01468e76f19cd0c88175e10ee28
bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objects (GH-26545)

(cherry picked from commit fa106a685c1f199aca5be5c2d0277a14cc9057bd)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/sqlite3/test/userfunctions.py
Misc/NEWS.d/next/Core and Builtins/2021-06-05-02-34-57.bpo-44304._MAoPc.rst [new file with mode: 0644]
Modules/_sqlite/statement.c