Staging
v0.5.1
https://github.com/python/cpython
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
Tip revision: 2914bb32e2adf8dff77c0ca58b33201bc94e398c authored by Victor Stinner on 29 January 2018, 10:57:45 UTC
bpo-20891: Py_Initialize() now creates the GIL (#4700)
Tip revision: 2914bb3
File Mode Size
design.rst -rw-r--r-- 33.9 KB
extending.rst -rw-r--r-- 15.3 KB
general.rst -rw-r--r-- 20.2 KB
gui.rst -rw-r--r-- 5.8 KB
index.rst -rw-r--r-- 278 bytes
installed.rst -rw-r--r-- 2.3 KB
library.rst -rw-r--r-- 30.6 KB
programming.rst -rw-r--r-- 65.8 KB
python-video-icon.png -rw-r--r-- 3.6 KB
windows.rst -rw-r--r-- 15.0 KB

back to top