Searched defs:_Py_MakeRecCheck (Results 1 – 6 of 6) sorted by relevance
56 # define _Py_MakeRecCheck(x) (++(x) > --_Py_CheckRecursionLimit) macro58 # define _Py_MakeRecCheck(x) (++(x) > _Py_CheckRecursionLimit) macro
98 static inline int _Py_MakeRecCheck(PyThreadState *tstate) { in _Py_MakeRecCheck() function103 static inline int _Py_MakeRecCheck(PyThreadState *tstate) { in _Py_MakeRecCheck() function