diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2018-03-06 14:31:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-06 14:31:37 +0100 |
commit | 5d92647102fac9e116b98ab8bbc632eeed501c34 (patch) | |
tree | b8fbf9c599294d1497a2bbcfa004d27d0c7ad5e0 /Python/frozenmain.c | |
parent | efd2bac1564f8141a4eab1bf8779b412974b8d69 (diff) | |
download | cpython-git-5d92647102fac9e116b98ab8bbc632eeed501c34.tar.gz |
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.
Diffstat (limited to 'Python/frozenmain.c')
0 files changed, 0 insertions, 0 deletions