• Victor Stinner's avatar
    bpo-20891: Fix PyGILState_Ensure() (#4650) · b4d1e1f7
    Victor Stinner authored
    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.
    
    Add an unit test in test_embed.
    b4d1e1f7
2017-11-30-18-13-45.bpo-20891.wBnMdF.rst 193 Bytes