Home
last modified time | relevance | path

Searched refs:USE_STACKCHECK (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Include/
Dpythonrun.h170 #define USE_STACKCHECK macro
173 #ifdef USE_STACKCHECK
Dceval.h106 #ifdef USE_STACKCHECK
/external/python/cpython2/Include/
Dpythonrun.h162 #define USE_STACKCHECK macro
165 #ifdef USE_STACKCHECK
Dceval.h55 #ifdef USE_STACKCHECK
/external/python/cpython2/Doc/c-api/
Dsys.rst29 check, but is only available when :const:`USE_STACKCHECK` is defined (currently
30 on Windows using the Microsoft Visual C++ compiler). :const:`USE_STACKCHECK`
Dexceptions.rst495 If :const:`USE_STACKCHECK` is defined, this function checks if the OS
/external/python/cpython3/Objects/
Dobject.c344 #ifdef USE_STACKCHECK in PyObject_Print()
487 #ifdef USE_STACKCHECK in PyObject_Repr()
534 #ifdef USE_STACKCHECK in PyObject_Str()
/external/python/cpython3/Doc/c-api/
Dsys.rst80 check, but is only available when :const:`USE_STACKCHECK` is defined (currently
81 on Windows using the Microsoft Visual C++ compiler). :const:`USE_STACKCHECK`
Dexceptions.rst705 If :const:`USE_STACKCHECK` is defined, this function checks if the OS
/external/python/cpython2/Objects/
Dobject.c280 #ifdef USE_STACKCHECK in internal_print()
368 #ifdef USE_STACKCHECK in PyObject_Repr()
/external/python/cpython2/Python/
Dpythonrun.c1835 #if defined(USE_STACKCHECK)
Dceval.c622 #ifdef USE_STACKCHECK in _Py_CheckRecursiveCall()
/external/python/cpython3/Python/
Dpythonrun.c1459 #if defined(USE_STACKCHECK)
Dceval.c473 #ifdef USE_STACKCHECK in _Py_CheckRecursiveCall()
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a3.rst1445 Make the behavior of USE_STACKCHECK deterministic in a multi-threaded