• Victor Stinner's avatar
    bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936) · b930a2d2
    Victor Stinner yazdı
    The PyOS_AfterFork_Child() function now pass a 'runtime' parameter to
    subfunctions.
    
    * Fix _PyRuntimeState_ReInitThreads(): use the correct memory allocator
    * Add runtime parameter to _PyRuntimeState_ReInitThreads(),
      _PyGILState_Reinit() and _PyInterpreterState_DeleteExceptMain()
    * Move _PyGILState_Reinit() to the internal C API.
    b930a2d2
posixmodule.c 369 KB