Home
last modified time | relevance | path

Searched defs:_Py_MakeRecCheck (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dceval.h56 # define _Py_MakeRecCheck(x) (++(x) > --_Py_CheckRecursionLimit) macro
58 # define _Py_MakeRecCheck(x) (++(x) > _Py_CheckRecursionLimit) macro
/external/python/cpython3/Include/
Dceval.h110 # define _Py_MakeRecCheck(x) \ macro
114 # define _Py_MakeRecCheck(x) (++(x) > _Py_CheckRecursionLimit) macro