Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpythonrun.h167 PyAPI_FUNC(int) PyOS_CheckStack(void);
/external/python/cpython3/Include/
Dpythonrun.h175 PyAPI_FUNC(int) PyOS_CheckStack(void);
/external/python/cpython3/Objects/
Dobject.c345 if (PyOS_CheckStack()) { in PyObject_Print()
488 if (PyOS_CheckStack()) { in PyObject_Repr()
535 if (PyOS_CheckStack()) { in PyObject_Str()
/external/python/cpython2/Doc/c-api/
Dsys.rst26 .. c:function:: int PyOS_CheckStack()
Dexceptions.rst496 stack overflowed using :c:func:`PyOS_CheckStack`. In this is the case, it
/external/python/cpython3/PC/
Dpython3.def427 PyOS_CheckStack=python37.PyOS_CheckStack
/external/python/cpython2/Objects/
Dobject.c281 if (PyOS_CheckStack()) { in internal_print()
369 if (PyOS_CheckStack()) { in PyObject_Repr()
/external/python/cpython3/Doc/c-api/
Dsys.rst77 .. c:function:: int PyOS_CheckStack()
Dexceptions.rst706 stack overflowed using :c:func:`PyOS_CheckStack`. In this is the case, it
/external/python/cpython3/Python/
Dpythonrun.c1471 PyOS_CheckStack(void) in PyOS_CheckStack() function
Dceval.c475 if (PyOS_CheckStack()) { in _Py_CheckRecursiveCall()
/external/python/cpython2/Python/
Dpythonrun.c1847 PyOS_CheckStack(void) in PyOS_CheckStack() function
Dceval.c623 if (PyOS_CheckStack()) { in _Py_CheckRecursiveCall()
/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst1239 On Windows, the PyOS_CheckStack function would cause the interpreter to
/external/python/cpython2/Misc/
DHISTORY8380 - PyOS_CheckStack() has been disabled on Win64, where it caused
9181 The PyOS_CheckStack function has been implemented on Windows by
/external/python/cpython3/Misc/
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