The new PyEval_ReInitThreads wasn't declared in ceval.h; compiler wngs.

This commit is contained in:
Tim Peters 2000-08-27 20:00:35 +00:00
parent 0df002c45b
commit 8ebe84dff5

View file

@ -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; \