Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dceval.h49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
56 # define _Py_MakeRecCheck(x) (++(x) > --_Py_CheckRecursionLimit) macro
58 # define _Py_MakeRecCheck(x) (++(x) > _Py_CheckRecursionLimit) macro
/external/python/cpython3/Include/
Dceval.h93 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
110 # define _Py_MakeRecCheck(x) \ macro
114 # define _Py_MakeRecCheck(x) (++(x) > _Py_CheckRecursionLimit) macro