]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objects ...
authorPablo Galindo <Pablogsal@gmail.com>
Sat, 5 Jun 2021 02:50:39 +0000 (03:50 +0100)
committerGitHub <noreply@github.com>
Sat, 5 Jun 2021 02:50:39 +0000 (03:50 +0100)
commitfa106a685c1f199aca5be5c2d0277a14cc9057bd
treebfca3ae142a9bff2241102fef5b3b459701dbd67
parentf171877ebe276749f31386baed5841ce37cbee2e
bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objects (GH-26545)
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