]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127791: Fix, document, and test `PyUnstable_AtExit` (#127793)
authorPeter Bierma <zintensitydev@gmail.com>
Wed, 11 Dec 2024 11:14:04 +0000 (06:14 -0500)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2024 11:14:04 +0000 (12:14 +0100)
commitd5d84c3f13fe7fe591b375c41979d362bc11957a
treef5256d76f43516d757ab68ff64eeb05851644969
parent2cdeb61b57e638ae46a04386330a12abe9cddf2c
gh-127791: Fix, document, and test `PyUnstable_AtExit` (#127793)
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