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