Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ceval.h92 static inline int _Py_EnterRecursiveCall_inline(const char *where) { in _Py_EnterRecursiveCall_inline() function
97 #define Py_EnterRecursiveCall(where) _Py_EnterRecursiveCall_inline(where)
/third_party/python/Python/
Dceval.c6494 return _Py_EnterRecursiveCall_inline(where); in Py_EnterRecursiveCall()