Staging
v0.5.1
https://github.com/python/cpython
Revision ff4584caca04cb3da0dbd5b1e9bf67e40adf5312 authored by Victor Stinner on 13 March 2020, 17:03:56 UTC, committed by GitHub on 13 March 2020, 17:03:56 UTC
Replace _PyInterpreterState_Get() function call with
_PyInterpreterState_GET_UNSAFE() macro which is more efficient but
don't check if tstate or interp is NULL.

_Py_GetConfigsAsDict() now uses _PyThreadState_GET().
1 parent 6d674a1
History
Tip revision: ff4584caca04cb3da0dbd5b1e9bf67e40adf5312 authored by Victor Stinner on 13 March 2020, 17:03:56 UTC
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Tip revision: ff4584c
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.7 KB
_testembed.c -rw-r--r-- 42.5 KB
python.c -rw-r--r-- 298 bytes

README

back to top