SIGN IN SIGN UP

bpo-33005: Fix _PyGILState_Reinit() (#6001)

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.
V
Victor Stinner committed
5d92647102fac9e116b98ab8bbc632eeed501c34
Parent: efd2bac
Committed by GitHub <noreply@github.com> on 3/6/2018, 1:31:37 PM