]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove private _PyGILState_GetInterpreterStateUnsafe() (#108603)
authorVictor Stinner <vstinner@python.org>
Tue, 29 Aug 2023 02:44:38 +0000 (04:44 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Aug 2023 02:44:38 +0000 (02:44 +0000)
commit21a7420190778fb6e9237bf12e029a26cd18d82d
treefdf7d9eb33b259c8e7240655a289fed551e57133
parent07cf33ef24053eb101f56f0c311164b59d50157b
gh-106320: Remove private _PyGILState_GetInterpreterStateUnsafe() (#108603)

The remove private _PyGILState_GetInterpreterStateUnsafe() function
from the public C API: move it the internal C API (pycore_pystate.h).
No longer export the function.
Include/cpython/pystate.h
Include/internal/pycore_pystate.h