diff --git a/Include/ceval.h b/Include/ceval.h index 08311732442..094ebb1be3e 100644 --- a/Include/ceval.h +++ b/Include/ceval.h @@ -99,6 +99,7 @@ extern DL_IMPORT(void) PyEval_AcquireLock(void); extern DL_IMPORT(void) PyEval_ReleaseLock(void); extern DL_IMPORT(void) PyEval_AcquireThread(PyThreadState *tstate); extern DL_IMPORT(void) PyEval_ReleaseThread(PyThreadState *tstate); +extern DL_IMPORT(void) PyEval_ReInitThreads(void); #define Py_BEGIN_ALLOW_THREADS { \ PyThreadState *_save; \