diff options
author | Victor Stinner <vstinner@python.org> | 2023-07-02 16:11:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-02 16:11:45 (GMT) |
commit | 9a51a419619bb9dd1075d683708c57803c5d48c7 (patch) | |
tree | f4f2065b7712b8aae44f4f000bcddd60d64ecafc /Python | |
parent | 20b7c79b9d67a761aaf818d3b92498ea0b0d80d9 (diff) | |
download | cpython-9a51a419619bb9dd1075d683708c57803c5d48c7.zip cpython-9a51a419619bb9dd1075d683708c57803c5d48c7.tar.gz cpython-9a51a419619bb9dd1075d683708c57803c5d48c7.tar.bz2 |
gh-106320: Remove private _PyInterpreterState functions (#106335)
Remove private _PyThreadState and _PyInterpreterState C API
functions: move them to the internal C API (pycore_pystate.h and
pycore_interp.h). Don't export most of these functions anymore, but
still export functions used by tests.
Remove _PyThreadState_Prealloc() and _PyThreadState_Init() from the C
API, but keep it in the stable API.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions