]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-112127: Fix possible use-after-free in atexit.unregister() (GH-114092)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Dec 2025 16:06:12 +0000 (17:06 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Dec 2025 16:06:12 +0000 (21:36 +0530)
commit8c92d665ee9975e1d42b2bf70ff512dac55cabaf
treed2d22f741f8a901b6607bffe67af8509aa886268
parent06137178b0675f986ef6091b1f0990ec63b94955
[3.14] gh-112127: Fix possible use-after-free in atexit.unregister() (GH-114092) (#142878)

gh-112127: Fix possible use-after-free in atexit.unregister() (GH-114092)
(cherry picked from commit 2b466c47c333106dc9522ab77898e6972e25a2c6)

Co-authored-by: Benjamin Johnson <ben332004@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/_test_atexit.py
Misc/ACKS
Misc/NEWS.d/next/Library/2025-12-17-14-41-09.gh-issue-112127.13OHQk.rst [new file with mode: 0644]
Modules/atexitmodule.c