diff options
| author | Ćukasz Langa <lukasz@langa.pl> | 2024-09-04 20:41:03 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-04 20:41:03 (GMT) |
| commit | 0152431f179e85f582a4c393aa3b99d3918a1109 (patch) | |
| tree | 0b8011eedd86b5dfbcfaa991df249353d6aebb1e /Python/pythonrun.c | |
| parent | 9290419492be7b4762211853e77d8209e5d492f4 (diff) | |
| download | cpython-0152431f179e85f582a4c393aa3b99d3918a1109.zip cpython-0152431f179e85f582a4c393aa3b99d3918a1109.tar.gz cpython-0152431f179e85f582a4c393aa3b99d3918a1109.tar.bz2 | |
[3.9] gh-112275: Fix HEAD_LOCK deadlock in child process after fork (GH-112336) (#123688)
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 522799a05e3e820339718151ac055af6d864d463)
Co-authored-by: ChuBoning <102216855+ChuBoning@users.noreply.github.com>
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions
