Fix calling order of PyEval_InitThreads. (GH-4602)
As described in Doc/c-api/init.rst, PyEval_InitThreads() cannot be called before Py_Initialize() function.
Showing
Please register or sign in to comment
As described in Doc/c-api/init.rst, PyEval_InitThreads() cannot be called before Py_Initialize() function.