Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dceval.h57 PyAPI_FUNC(void) Py_SetRecursionLimit(int);
/external/python/cpython3/PC/
Dpython3dll.c89 EXPORT_FUNC(Py_SetRecursionLimit)
/external/python/cpython3/Doc/data/
Dstable_abi.dat878 func,Py_SetRecursionLimit,3.2,,
Dpython3.13.abi1027 …<elf-symbol name='Py_SetRecursionLimit' type='func-type' binding='global-binding' visibility='defa…
24262Py_SetRecursionLimit' mangled-name='Py_SetRecursionLimit' filepath='Python/ceval.c' line='269' col…
/external/python/cpython3/Python/
Dsysmodule.c1319 Py_SetRecursionLimit(new_limit); in sys_setrecursionlimit_impl()
Dceval.c269 Py_SetRecursionLimit(int new_limit) in Py_SetRecursionLimit() function
/external/python/cpython3/Misc/
Dstable_abi.toml1675 [function.Py_SetRecursionLimit]