Skip to content

Commit

Permalink
gh-106320: Remove private _PyInterpreterState functions (#106335)
Browse files Browse the repository at this point in the history
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 committed Jul 2, 2023
1 parent 20b7c79 commit 9a51a41
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 9a51a41

Please sign in to comment.