Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[3.9] [3.11]pythonGH-112275: Fix HEAD_LOCK deadlock in child process …
…after fork (pythonGH-112336) HEAD_LOCK is called from _PyEval_ReInitThreads->_PyThreadState_DeleteExcept before _PyRuntimeState_ReInitThreads reinit runtime->interpreters.mutex which might be locked before fork. (cherry picked from commit 522799a) Co-authored-by: ChuBoning <102216855+ChuBoning@users.noreply.github.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
- Loading branch information