Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpythonrun.h33 PyAPI_FUNC(int) PyOS_CheckStack(void);
/third_party/python/Objects/
Dobject.c263 if (PyOS_CheckStack()) { in PyObject_Print()
408 if (PyOS_CheckStack()) { in PyObject_Repr()
461 if (PyOS_CheckStack()) { in PyObject_Str()
/third_party/python/PC/
Dpython3dll.c488 EXPORT_FUNC(PyOS_CheckStack)
/third_party/python/Doc/data/
Dstable_abi.dat460 function,PyOS_CheckStack,3.7,on platforms with USE_STACKCHECK,
/third_party/python/Doc/c-api/
Dsys.rst95 .. c:function:: int PyOS_CheckStack()
Dexceptions.rst792 stack overflowed using :c:func:`PyOS_CheckStack`. In this is the case, it
/third_party/python/Python/
Dpythonrun.c1882 PyOS_CheckStack(void) in PyOS_CheckStack() function
Dceval.c844 if (PyOS_CheckStack()) { in _Py_CheckRecursiveCall()
/third_party/python/Misc/
Dstable_abi.toml2039 [function.PyOS_CheckStack]
DHISTORY16015 - Issue #3996: On Windows, the PyOS_CheckStack function would cause the
25759 - PyOS_CheckStack() has been disabled on Win64, where it caused
26560 The PyOS_CheckStack function has been implemented on Windows by
DNEWS3385 - bpo-47169: :c:func:`PyOS_CheckStack` is now exported in the Stable ABI on