]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42021: Fix possible ref leaks during _sqlite3 module init (GH-22673)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Thu, 15 Oct 2020 12:20:15 +0000 (14:20 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Oct 2020 12:20:15 +0000 (21:20 +0900)
commit644e94272a89196801825cb69a56377bf62d256a
tree1bac0d5affad364a961be7313c370261ff75c4a5
parentb67cbbda3a022cec5e2ad929f0531162166e7c8d
bpo-42021: Fix possible ref leaks during _sqlite3 module init (GH-22673)
Misc/NEWS.d/next/Library/2020-10-12-21-21-24.bpo-42021.8yv_8-.rst [new file with mode: 0644]
Modules/_sqlite/microprotocols.c
Modules/_sqlite/microprotocols.h
Modules/_sqlite/module.c