Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsysmodule.c543 sys_getrecursionlimit(PyObject *self) in sys_getrecursionlimit() function
957 {"getrecursionlimit", (PyCFunction)sys_getrecursionlimit, METH_NOARGS,