Home
last modified time | relevance | path

Searched refs:_Py_CheckRecursiveCall (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ceval.h83 PyAPI_FUNC(int) _Py_CheckRecursiveCall(
89 return (_Py_MakeRecCheck(tstate) && _Py_CheckRecursiveCall(tstate, where)); in _Py_EnterRecursiveCall()
/third_party/python/PC/
Dpython3dll.c18 EXPORT_FUNC(_Py_CheckRecursiveCall)
/third_party/python/Misc/
Dstable_abi.txt1623 function _Py_CheckRecursiveCall
/third_party/python/Python/
Dceval.c860 _Py_CheckRecursiveCall(PyThreadState *tstate, const char *where) in _Py_CheckRecursiveCall() function