]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Tue, 26 May 2020 12:18:19 +0000 (14:18 +0200)
committerGitHub <noreply@github.com>
Tue, 26 May 2020 12:18:19 +0000 (21:18 +0900)
commit5eb45d7d4e812e89d77da84cc619e9db81561a34
tree84523d3422a9c7e23dfe5059d1e4cb54cb2c6085
parentbe63019ed726b2da045bf232782062830bb6c27d
bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323)
Misc/NEWS.d/next/Library/2020-05-23-00-22-11.bpo-40737.iph-CM.rst [new file with mode: 0644]
Modules/_sqlite/module.c