Searched refs:PyOS_CheckStack (Results 1 – 16 of 16) sorted by relevance
167 PyAPI_FUNC(int) PyOS_CheckStack(void);
175 PyAPI_FUNC(int) PyOS_CheckStack(void);
345 if (PyOS_CheckStack()) { in PyObject_Print()488 if (PyOS_CheckStack()) { in PyObject_Repr()535 if (PyOS_CheckStack()) { in PyObject_Str()
26 .. c:function:: int PyOS_CheckStack()
496 stack overflowed using :c:func:`PyOS_CheckStack`. In this is the case, it
427 PyOS_CheckStack=python37.PyOS_CheckStack
281 if (PyOS_CheckStack()) { in internal_print()369 if (PyOS_CheckStack()) { in PyObject_Repr()
77 .. c:function:: int PyOS_CheckStack()
706 stack overflowed using :c:func:`PyOS_CheckStack`. In this is the case, it
1471 PyOS_CheckStack(void) in PyOS_CheckStack() function
475 if (PyOS_CheckStack()) { in _Py_CheckRecursiveCall()
1847 PyOS_CheckStack(void) in PyOS_CheckStack() function
623 if (PyOS_CheckStack()) { in _Py_CheckRecursiveCall()
1239 On Windows, the PyOS_CheckStack function would cause the interpreter to
8380 - PyOS_CheckStack() has been disabled on Win64, where it caused9181 The PyOS_CheckStack function has been implemented on Windows by
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