]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-144986: Fix memory leak in atexit.register() (GH-144987) (#145020)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 16 Mar 2026 08:26:05 +0000 (09:26 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2026 08:26:05 +0000 (13:56 +0530)
commita1f2fefc327b87dba37581377d756fdb14576b91
treeb601cbc783a268dd2f117a2f0eafb68767358b55
parenta887eae459f9737359e3e8eb1ffb1d8e305a7f88
[3.14] gh-144986: Fix memory leak in atexit.register() (GH-144987) (#145020)

gh-144986: Fix memory leak in atexit.register() (GH-144987)
(cherry picked from commit 50c14719fbd47f500dd1a468998201d22475126d)

Co-authored-by: Shamil <ashm.tech@proton.me>
Misc/NEWS.d/next/Library/2026-02-19-00-00-00.gh-issue-144986.atexit-leak.rst [new file with mode: 0644]
Modules/atexitmodule.c