]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 25 Jun 2024 20:35:12 +0000 (14:35 -0600)
committerGitHub <noreply@github.com>
Tue, 25 Jun 2024 20:35:12 +0000 (14:35 -0600)
commita905721b9c5c15279e67c2f7785034b7356b2d46
tree128afaafee27cac1e55fe22e552a2e41ac8921ef
parent769aea332940f03c3e5b1ad9badd6635c1ac992a
gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)

We also add _PyThreadState_NewBound() and drop _PyThreadState_SetWhence().

This change only affects internal API.
Include/cpython/pystate.h
Include/internal/pycore_pystate.h
Include/internal/pycore_tstate.h
Modules/_testinternalcapi.c
Python/crossinterp.c
Python/import.c
Python/pylifecycle.c
Python/pystate.c