Skip to content

Commit

Permalink
pythongh-106320: Remove private _PyInterpreterState functions (python…
Browse files Browse the repository at this point in the history
…#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.
  • Loading branch information
vstinner authored and adorilson committed Dec 27, 2023
1 parent d2bd9fa commit 57b4ca3
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 57b4ca3

Please sign in to comment.