Files
cpython/Python
Victor Stinner be6b74c079 bpo-20891: Fix PyGILState_Ensure() (#4650) (#4657)
When PyGILState_Ensure() is called in a non-Python thread before
PyEval_InitThreads(), only call PyEval_InitThreads() after calling
PyThreadState_New() to fix a crash.

(cherry picked from commit b4d1e1f7c1)
2017-11-30 23:35:14 +01:00
..
2017-01-01 22:04:13 -06:00
2016-09-15 01:50:53 +00:00
2017-01-09 11:10:41 +01:00
2016-09-15 01:50:53 +00:00