]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112127: Fix possible use-after-free in atexit.unregister() (GH-114092)
authorBenjamin Johnson <ben332004@gmail.com>
Wed, 17 Dec 2025 15:09:57 +0000 (07:09 -0800)
committerGitHub <noreply@github.com>
Wed, 17 Dec 2025 15:09:57 +0000 (17:09 +0200)
commit2b466c47c333106dc9522ab77898e6972e25a2c6
tree4b43ac561080192b49003021a42625f1b22e1d1e
parent49627dc991aae534c09fe55cf64e3fc6cef71e56
gh-112127: Fix possible use-after-free in atexit.unregister() (GH-114092)

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