HomeSort by relevance Sort by last modified time
    Searched refs:_Py_RecursionLimitLowerWaterMark (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Include/
ceval.h 104 #define _Py_RecursionLimitLowerWaterMark(limit) \
110 (--(x) < _Py_RecursionLimitLowerWaterMark(_Py_CheckRecursionLimit))
  /external/python/cpython3/Python/
sysmodule.c 636 mark = _Py_RecursionLimitLowerWaterMark(new_limit);
    [all...]

Completed in 127 milliseconds