]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441)
authorVictor Stinner <vstinner@python.org>
Sat, 7 Oct 2023 15:59:16 +0000 (17:59 +0200)
committerGitHub <noreply@github.com>
Sat, 7 Oct 2023 15:59:16 +0000 (17:59 +0200)
commit64f158e7b09e67d0bf5c8603ff88c86ed4e8f8fd
tree940c5b5e0e1d4bc2ba8fba1de7dc68c3d1c2e89d
parentb987fdb19b981ef6e7f71b41790b5ed4e2064646
gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441)
Doc/data/stable_abi.dat
Include/cpython/pylifecycle.h
Include/pylifecycle.h
Lib/test/test_stable_abi_ctypes.py
Misc/stable_abi.toml
PC/python3dll.c