]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-144307: Fix a reference leak during module teardown (GH-144308) (GH-144327) 3.14
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 29 Jan 2026 19:19:14 +0000 (20:19 +0100)
committerGitHub <noreply@github.com>
Thu, 29 Jan 2026 19:19:14 +0000 (19:19 +0000)
commit49ce23f2d706401526d54be7f28136e4b5104cbb
tree257c0eb15c7cba6922de0b7717418e77aec30bb0
parentde1b2cce3026f824c8e8a4124dec649a04454eec
[3.14] gh-144307: Fix a reference leak during module teardown (GH-144308) (GH-144327)

gh-144307: Fix a reference leak during module teardown (GH-144308)
(cherry picked from commit 219b7ac9d562701bbde21d7e17845c4942b83338)

Signed-off-by: Yongtao Huang <yongtaoh2022@gamil.com>
Co-authored-by: Yongtao Huang <yongtaoh2022@gmail.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Misc/NEWS.d/next/Core_and_Builtins/2026-01-29-02-18-08.gh-issue-144307.CLbm_o.rst [new file with mode: 0644]
Python/pylifecycle.c