Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_ceval.h96 static inline int _Py_RecursionLimitLowerWaterMark(int limit) { in _Py_RecursionLimitLowerWaterMark() function
108 if (tstate->recursion_depth < _Py_RecursionLimitLowerWaterMark(limit)) { in _Py_LeaveRecursiveCall()
/external/python/cpython3/Python/
Dsysmodule.c1181 mark = _Py_RecursionLimitLowerWaterMark(new_limit); in sys_setrecursionlimit_impl()