Victor Stinner 2914bb32e2
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.
2018-01-29 11:57:45 +01:00
..
2016-09-07 09:26:18 -07:00
2018-01-26 08:20:18 -08:00
2018-01-26 15:24:24 -05:00
2018-01-22 19:11:18 -05:00
2017-11-05 15:37:50 +02:00
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library