Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpythonrun.h33 PyAPI_FUNC(int) PyOS_CheckStack(void);
/aosp_15_r20/external/python/cpython3/Include/
Dpythonrun.h33 PyAPI_FUNC(int) PyOS_CheckStack(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpythonrun.h33 PyAPI_FUNC(int) PyOS_CheckStack(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpythonrun.h33 PyAPI_FUNC(int) PyOS_CheckStack(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpythonrun.h33 PyAPI_FUNC(int) PyOS_CheckStack(void);
/aosp_15_r20/external/python/cpython2/Include/
Dpythonrun.h167 PyAPI_FUNC(int) PyOS_CheckStack(void);
/aosp_15_r20/external/python/cpython3/Objects/
Dobject.c263 if (PyOS_CheckStack()) { in PyObject_Print()
408 if (PyOS_CheckStack()) { in PyObject_Repr()
461 if (PyOS_CheckStack()) { in PyObject_Str()
/aosp_15_r20/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
/aosp_15_r20/external/python/cpython2/Objects/
Dobject.c281 if (PyOS_CheckStack()) { in internal_print()
369 if (PyOS_CheckStack()) { in PyObject_Repr()
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c488 EXPORT_FUNC(PyOS_CheckStack)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat460 function,PyOS_CheckStack,3.7,on platforms with USE_STACKCHECK,
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dsys.rst95 .. c:function:: int PyOS_CheckStack()
Dexceptions.rst792 stack overflowed using :c:func:`PyOS_CheckStack`. In this is the case, it
/aosp_15_r20/external/python/cpython2/Python/
Dpythonrun.c1847 PyOS_CheckStack(void) in PyOS_CheckStack() function
Dceval.c623 if (PyOS_CheckStack()) { in _Py_CheckRecursiveCall()
/aosp_15_r20/external/python/cpython3/Python/
Dpythonrun.c1882 PyOS_CheckStack(void) in PyOS_CheckStack() function
Dceval.c844 if (PyOS_CheckStack()) { in _Py_CheckRecursiveCall()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2039 [function.PyOS_CheckStack]
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
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0b1.rst2123 :c:func:`PyOS_CheckStack` is now exported in the Stable ABI on Windows.
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst1239 On Windows, the PyOS_CheckStack function would cause the interpreter to
/aosp_15_r20/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