]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102251: Fix reference leak in _testsinglephase initialization (#105082)
authorsunmy2019 <59365878+sunmy2019@users.noreply.github.com>
Tue, 30 May 2023 09:27:55 +0000 (17:27 +0800)
committerGitHub <noreply@github.com>
Tue, 30 May 2023 09:27:55 +0000 (09:27 +0000)
commitd14eb3433cf2a40a202471b815f0a935f2840ead
treeaa8de3e29b59c49bd030b74d9eceaa1cdc7a30c0
parent219f01b18574469f493a3d3cb91d96c2f057218c
gh-102251: Fix reference leak in _testsinglephase initialization (#105082)

Correctly decref 'initialized' in init_module()

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Modules/_testsinglephase.c