Searched refs:_Py_EnterRecursiveCall_inline (Results 1 – 2 of 2) sorted by relevance
86 static inline int _Py_EnterRecursiveCall_inline(const char *where) { in _Py_EnterRecursiveCall_inline() function91 #define Py_EnterRecursiveCall(where) _Py_EnterRecursiveCall_inline(where)
5686 return _Py_EnterRecursiveCall_inline(where); in Py_EnterRecursiveCall()