Searched refs:PyOS_CheckStack (Results 1 – 9 of 9) sorted by relevance
32 PyAPI_FUNC(int) PyOS_CheckStack(void);
270 if (PyOS_CheckStack()) { in PyObject_Print()415 if (PyOS_CheckStack()) { in PyObject_Repr()468 if (PyOS_CheckStack()) { in PyObject_Str()
448 function,PyOS_CheckStack,3.7,on platforms with USE_STACKCHECK
1459 PyOS_CheckStack(void) in PyOS_CheckStack() function
866 if (PyOS_CheckStack()) { in _Py_CheckRecursiveCall()
95 .. c:function:: int PyOS_CheckStack()
771 stack overflowed using :c:func:`PyOS_CheckStack`. In this is the case, it
1961 function PyOS_CheckStack
16015 - Issue #3996: On Windows, the PyOS_CheckStack function would cause the25759 - PyOS_CheckStack() has been disabled on Win64, where it caused26560 The PyOS_CheckStack function has been implemented on Windows by