Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Derrors.c109 int res = 0, reclimit; in PyErr_GivenExceptionMatches() local
116 reclimit = Py_GetRecursionLimit(); in PyErr_GivenExceptionMatches()
117 if (reclimit < (1 << 30)) in PyErr_GivenExceptionMatches()
118 Py_SetRecursionLimit(reclimit + 5); in PyErr_GivenExceptionMatches()
120 Py_SetRecursionLimit(reclimit); in PyErr_GivenExceptionMatches()