diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2018-03-06 13:31:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-06 13:31:37 (GMT) |
commit | 5d92647102fac9e116b98ab8bbc632eeed501c34 (patch) | |
tree | b8fbf9c599294d1497a2bbcfa004d27d0c7ad5e0 /Lib/inspect.py | |
parent | efd2bac1564f8141a4eab1bf8779b412974b8d69 (diff) | |
download | cpython-5d92647102fac9e116b98ab8bbc632eeed501c34.zip cpython-5d92647102fac9e116b98ab8bbc632eeed501c34.tar.gz cpython-5d92647102fac9e116b98ab8bbc632eeed501c34.tar.bz2 |
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 'Lib/inspect.py')
0 files changed, 0 insertions, 0 deletions