Staging
v0.5.1
Revision 2914bb32e2adf8dff77c0ca58b33201bc94e398c authored by Victor Stinner on 29 January 2018, 10:57:45 UTC, committed by GitHub on 29 January 2018, 10:57:45 UTC
The GIL is no longer created "on demand" to fix a race condition when
PyGILState_Ensure() is called in a non-Python thread.
1 parent 8997f9c
History
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.5 KB
_testembed.c -rw-r--r-- 7.1 KB
python.c -rw-r--r-- 266 bytes

README

back to top