Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ceval.h97 #define Py_EnterRecursiveCall(where) _Py_EnterRecursiveCall_inline(where) macro
/third_party/python/Python/
Dceval.c6492 int Py_EnterRecursiveCall(const char *where) in Py_EnterRecursiveCall() function