]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136003: Execute pre-finalization callbacks in a loop (GH-136004)
authorPeter Bierma <zintensitydev@gmail.com>
Thu, 18 Sep 2025 12:29:12 +0000 (08:29 -0400)
committerGitHub <noreply@github.com>
Thu, 18 Sep 2025 12:29:12 +0000 (08:29 -0400)
commit21914979335edee4f2b4d0afa5ba857a87b78bd1
tree38ba40eaaa433dc849de1da31c01a75e8605f82d
parentd6a6fe2a5b83a4429ffb63b916a8062adb015e06
gh-136003: Execute pre-finalization callbacks in a loop (GH-136004)
Include/cpython/pystate.h
Lib/test/test_atexit.py
Lib/test/test_capi/test_misc.py
Lib/threading.py
Misc/NEWS.d/next/Core_and_Builtins/2025-06-26-18-44-34.gh-issue-136003.sln51d.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Modules/_threadmodule.c
Python/pylifecycle.c
Python/pystate.c