Searched refs:PyOS_CheckStack (Results 1 – 8 of 8) sorted by relevance
168 PyAPI_FUNC(int) PyOS_CheckStack(void);
26 .. c:function:: int PyOS_CheckStack()
501 stack overflowed using :c:func:`PyOS_CheckStack`. In this is the case, it
281 if (PyOS_CheckStack()) { in internal_print()369 if (PyOS_CheckStack()) { in PyObject_Repr()
1835 PyOS_CheckStack(void) in PyOS_CheckStack() function
623 if (PyOS_CheckStack()) { in _Py_CheckRecursiveCall()
8380 - PyOS_CheckStack() has been disabled on Win64, where it caused9181 The PyOS_CheckStack function has been implemented on Windows by
7661 - Issue #3996: On Windows, the PyOS_CheckStack function would cause the