Home
last modified time | relevance | path

Searched refs:_Py_EnterRecursiveCall_inline (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_ceval.h86 static inline int _Py_EnterRecursiveCall_inline(const char *where) { in _Py_EnterRecursiveCall_inline() function
91 #define Py_EnterRecursiveCall(where) _Py_EnterRecursiveCall_inline(where)
/external/python/cpython3/Python/
Dceval.c5686 return _Py_EnterRecursiveCall_inline(where); in Py_EnterRecursiveCall()