]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108014: Add Py_IsFinalizing() function (#108032)
authorVictor Stinner <vstinner@python.org>
Fri, 18 Aug 2023 10:34:41 +0000 (12:34 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Aug 2023 10:34:41 +0000 (12:34 +0200)
commit3ff5ef2ad3d89c3ccf4e07ac8fdd798267ae6c61
tree4bc924872b423ceb95d0288681ff8ffecc086560
parentcc58ec9724772a8d5c4a5c9a6525f9f96e994227
gh-108014: Add Py_IsFinalizing() function (#108032)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/c-api/init.rst
Doc/library/sys.rst
Doc/whatsnew/3.13.rst
Include/cpython/pylifecycle.h
Include/internal/pycore_pylifecycle.h
Misc/NEWS.d/next/C API/2023-08-16-17-16-19.gh-issue-108014.wXN3CF.rst [new file with mode: 0644]
Modules/_asynciomodule.c
Python/pylifecycle.c
Python/sysmodule.c