Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dceval.h45 PyAPI_FUNC(void) Py_SetRecursionLimit(int);
/external/python/cpython3/Include/
Dceval.h89 PyAPI_FUNC(void) Py_SetRecursionLimit(int);
/external/python/cpython2/Python/
Derrors.c118 Py_SetRecursionLimit(reclimit + 5); in PyErr_GivenExceptionMatches()
120 Py_SetRecursionLimit(reclimit); in PyErr_GivenExceptionMatches()
Dsysmodule.c528 Py_SetRecursionLimit(new_limit); in sys_setrecursionlimit()
Dceval.c606 Py_SetRecursionLimit(int new_limit) in Py_SetRecursionLimit() function
/external/python/cpython3/PC/
Dpython3.def759 Py_SetRecursionLimit=python37.Py_SetRecursionLimit
/external/python/cpython2/PC/os2emx/
Dpython27.def843 "Py_SetRecursionLimit"
/external/python/cpython3/Python/
Dsysmodule.c740 Py_SetRecursionLimit(new_limit); in sys_setrecursionlimit()
Dceval.c456 Py_SetRecursionLimit(int new_limit) in Py_SetRecursionLimit() function