SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

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.
V
Victor Stinner committed
9a51a419619bb9dd1075d683708c57803c5d48c7
Parent: 20b7c79
Committed by GitHub <noreply@github.com> on 7/2/2023, 4:11:45 PM
No diff available for this commit.