Searched defs:PyEval_AcquireThread (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Python/
H A Dceval.c271 PyEval_AcquireThread(PyThreadState *tstate) function
274 Py_FatalError("PyEval_AcquireThread: NULL new thread state");
280 "PyEval_AcquireThread: non-NULL old thread state");
/external/python/cpython3/Python/
H A Dceval.c268 PyEval_AcquireThread(PyThreadState *tstate) function
271 Py_FatalError("PyEval_AcquireThread: NULL new thread state");
277 "PyEval_AcquireThread: non-NULL old thread state");

Completed in 205 milliseconds