]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126907: make `atexit` thread safe in free-threading (#127935)
authorPeter Bierma <zintensitydev@gmail.com>
Mon, 16 Dec 2024 19:31:44 +0000 (14:31 -0500)
committerGitHub <noreply@github.com>
Mon, 16 Dec 2024 19:31:44 +0000 (19:31 +0000)
commit3b766824fe59030100964752be0556084d4461af
tree5986d46e9e7a744bb6581b218539f60168ff6ef6
parent4937ba54c0ff7cc4a83d7345d398b804365af2d6
gh-126907: make `atexit` thread safe in free-threading (#127935)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Include/internal/pycore_atexit.h
Lib/test/test_atexit.py
Misc/NEWS.d/next/Library/2024-12-13-22-20-54.gh-issue-126907.fWRL_R.rst [new file with mode: 0644]
Modules/atexitmodule.c