]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-127791: Fix, document, and test `PyUnstable_AtExit` (GH-127793) (#127819)
authorPeter Bierma <zintensitydev@gmail.com>
Wed, 11 Dec 2024 13:40:45 +0000 (08:40 -0500)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2024 13:40:45 +0000 (13:40 +0000)
commitbcdd10d0c89cf4534d33c0a3e192dcda8a6d8211
tree7fc15268a47013d13fe67948b59edfb235ffb33e
parenteb692d945e11782d099dfc5b1627942fdb995d58
[3.13] gh-127791: Fix, document, and test `PyUnstable_AtExit` (GH-127793) (#127819)

* Fix merge conflicts.

* [3.13] gh-127791: Fix, document, and test `PyUnstable_AtExit` (GH-127793)
(cherry picked from commit d5d84c3f13fe7fe591b375c41979d362bc11957a)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Doc/c-api/init.rst
Doc/c-api/sys.rst
Include/internal/pycore_atexit.h
Misc/NEWS.d/next/C API/2024-12-10-14-25-22.gh-issue-127791.YRw4GU.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Modules/_testinternalcapi.c
Modules/atexitmodule.c