diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-09-05 09:14:03 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-05 09:14:03 (GMT) |
| commit | e742f995efc5c2d9e3206b0646b51a0def2f846c (patch) | |
| tree | bd9b346f0952f59dd97b132f6d9ad3756a1a236c /Python/pythonrun.c | |
| parent | 2309739fd8bbe1b20442a6f59d7e42ed26a7875c (diff) | |
| download | cpython-e742f995efc5c2d9e3206b0646b51a0def2f846c.zip cpython-e742f995efc5c2d9e3206b0646b51a0def2f846c.tar.gz cpython-e742f995efc5c2d9e3206b0646b51a0def2f846c.tar.bz2 | |
[3.8] gh-112275: Fix HEAD_LOCK deadlock in child process after fork (GH-112336) (GH-123688) (#123713)
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)
(cherry picked from commit 0152431f179e85f582a4c393aa3b99d3918a1109)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
Co-authored-by: ChuBoning <102216855+ChuBoning@users.noreply.github.com>
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions
