Searched refs:_Py_CheckRecursiveCall (Results 1 – 4 of 4) sorted by relevance
83 PyAPI_FUNC(int) _Py_CheckRecursiveCall(89 return (_Py_MakeRecCheck(tstate) && _Py_CheckRecursiveCall(tstate, where)); in _Py_EnterRecursiveCall()
18 EXPORT_FUNC(_Py_CheckRecursiveCall)
1623 function _Py_CheckRecursiveCall
860 _Py_CheckRecursiveCall(PyThreadState *tstate, const char *where) in _Py_CheckRecursiveCall() function