summaryrefslogtreecommitdiffstats
path: root/Lib/inspect.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2018-03-06 13:31:37 (GMT)
committerGitHub <noreply@github.com>2018-03-06 13:31:37 (GMT)
commit5d92647102fac9e116b98ab8bbc632eeed501c34 (patch)
treeb8fbf9c599294d1497a2bbcfa004d27d0c7ad5e0 /Lib/inspect.py
parentefd2bac1564f8141a4eab1bf8779b412974b8d69 (diff)
downloadcpython-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