summaryrefslogtreecommitdiff
path: root/Python/frozenmain.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2018-03-06 14:31:37 +0100
committerGitHub <noreply@github.com>2018-03-06 14:31:37 +0100
commit5d92647102fac9e116b98ab8bbc632eeed501c34 (patch)
treeb8fbf9c599294d1497a2bbcfa004d27d0c7ad5e0 /Python/frozenmain.c
parentefd2bac1564f8141a4eab1bf8779b412974b8d69 (diff)
downloadcpython-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