Home
last modified time | relevance | path

Searched refs:_Py_MakeRecCheck (Results 1 – 1 of 1) 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