bpo-20891: Py_Initialize() now creates the GIL (#4700)
The GIL is no longer created "on demand" to fix a race condition when PyGILState_Ensure() is called in a non-Python thread.
V
Victor Stinner committed
2914bb32e2adf8dff77c0ca58b33201bc94e398c
Parent: 8997f9c
Committed by GitHub <noreply@github.com>
on 1/29/2018, 10:57:45 AM