Home
last modified time | relevance | path

Searched defs:Py_EnterRecursiveCall (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dceval.h48 #define Py_EnterRecursiveCall(where) \ macro
/external/python/cpython3/Include/internal/
Dpycore_ceval.h97 #define Py_EnterRecursiveCall(where) _Py_EnterRecursiveCall_inline(where) macro
/external/python/cpython3/Python/
Dceval.c6495 int Py_EnterRecursiveCall(const char *where) in Py_EnterRecursiveCall() function