commit | 07cf33ef24053eb101f56f0c311164b59d50157b | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Aug 29 04:38:23 2023 +0200 |
committer | GitHub <noreply@github.com> | Tue Aug 29 02:38:23 2023 +0000 |
tree | 2ada88fad7ceb3491aaa1fe68168cb9c390e44de | |
parent | 8d8bf0b5140a7e5bd1cba7c66694cf44cdf6d0a9 [diff] |
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.