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