Searched refs:PyOS_CheckStack (Results 1 – 19 of 19) sorted by relevance
| /external/python/cpython3/Include/ |
| D | pythonrun.h | 33 PyAPI_FUNC(int) PyOS_CheckStack(void);
|
| /external/python/cpython2/Include/ |
| D | pythonrun.h | 167 PyAPI_FUNC(int) PyOS_CheckStack(void);
|
| /external/python/cpython3/Objects/ |
| D | object.c | 263 if (PyOS_CheckStack()) { in PyObject_Print() 408 if (PyOS_CheckStack()) { in PyObject_Repr() 461 if (PyOS_CheckStack()) { in PyObject_Str()
|
| /external/python/cpython2/Doc/c-api/ |
| D | sys.rst | 26 .. c:function:: int PyOS_CheckStack()
|
| D | exceptions.rst | 496 stack overflowed using :c:func:`PyOS_CheckStack`. In this is the case, it
|
| /external/python/cpython2/Objects/ |
| D | object.c | 281 if (PyOS_CheckStack()) { in internal_print() 369 if (PyOS_CheckStack()) { in PyObject_Repr()
|
| /external/python/cpython3/PC/ |
| D | python3dll.c | 488 EXPORT_FUNC(PyOS_CheckStack)
|
| /external/python/cpython3/Doc/data/ |
| D | stable_abi.dat | 460 function,PyOS_CheckStack,3.7,on platforms with USE_STACKCHECK,
|
| /external/python/cpython2/Python/ |
| D | pythonrun.c | 1847 PyOS_CheckStack(void) in PyOS_CheckStack() function
|
| D | ceval.c | 623 if (PyOS_CheckStack()) { in _Py_CheckRecursiveCall()
|
| /external/python/cpython3/Doc/c-api/ |
| D | sys.rst | 95 .. c:function:: int PyOS_CheckStack()
|
| D | exceptions.rst | 792 stack overflowed using :c:func:`PyOS_CheckStack`. In this is the case, it
|
| /external/python/cpython3/Python/ |
| D | pythonrun.c | 1882 PyOS_CheckStack(void) in PyOS_CheckStack() function
|
| D | ceval.c | 844 if (PyOS_CheckStack()) { in _Py_CheckRecursiveCall()
|
| /external/python/cpython3/Misc/ |
| D | stable_abi.toml | 2039 [function.PyOS_CheckStack]
|
| D | HISTORY | 16015 - 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
|
| /external/python/cpython3/Misc/NEWS.d/ |
| D | 3.11.0b1.rst | 2123 :c:func:`PyOS_CheckStack` is now exported in the Stable ABI on Windows.
|
| /external/python/cpython2/Misc/NEWS.d/ |
| D | 2.7a1.rst | 1239 On Windows, the PyOS_CheckStack function would cause the interpreter to
|
| /external/python/cpython2/Misc/ |
| D | HISTORY | 8380 - PyOS_CheckStack() has been disabled on Win64, where it caused 9181 The PyOS_CheckStack function has been implemented on Windows by
|