• Victor Stinner's avatar
    bpo-33005: Fix _PyGILState_Reinit() (#6001) · 5d926471
    Victor Stinner yazdı
    Fix a crash on fork when using a custom memory allocator (ex: using
    PYTHONMALLOC env var).
    
    _PyGILState_Reinit() and _PyInterpreterState_Enable() now use the
    default RAW memory allocator to allocate a new interpreters mutex on
    fork.
    5d926471
2018-03-06-12-19-19.bpo-33005.LP-V2U.rst 232 Bytes