mirror of https://github.com/python/cpython
Browse Source
PyOS_AfterFork_Child(): _PyInterpreterState_DeleteExceptMain() must be called after _PyRuntimeState_ReInitThreads(). _PyRuntimeState_ReInitThreads() resets interpreters mutex after fork, mutex used by _PyInterpreterState_DeleteExceptMain().pull/13550/head
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue