]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove private _PyThread_at_fork_reinit() function (#108601)
authorVictor Stinner <vstinner@python.org>
Tue, 29 Aug 2023 02:38:23 +0000 (04:38 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Aug 2023 02:38:23 +0000 (02:38 +0000)
commit07cf33ef24053eb101f56f0c311164b59d50157b
tree2ada88fad7ceb3491aaa1fe68168cb9c390e44de
parent8d8bf0b5140a7e5bd1cba7c66694cf44cdf6d0a9
gh-106320: Remove private _PyThread_at_fork_reinit() function (#108601)

Move the private function to the internal C API (pycore_pythread.h)
and no longer exports it.
Include/cpython/pythread.h
Include/internal/pycore_pythread.h