Home
last modified time | relevance | path

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

/third_party/python/Include/
Dceval.h64 PyAPI_FUNC(void) Py_SetRecursionLimit(int);
/third_party/python/PC/
Dpython3dll.c90 EXPORT_FUNC(Py_SetRecursionLimit)
/third_party/python/Doc/data/
Dstable_abi.dat824 function,Py_SetRecursionLimit,3.2,
/third_party/python/Misc/
Dstable_abi.txt1564 function Py_SetRecursionLimit
/third_party/python/Python/
Dsysmodule.c1207 Py_SetRecursionLimit(new_limit); in sys_setrecursionlimit_impl()
Dceval.c848 Py_SetRecursionLimit(int new_limit) in Py_SetRecursionLimit() function