Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpythonrun.h163 #define USE_STACKCHECK macro
166 #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.rst500 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.c1823 #if defined(USE_STACKCHECK)
Dceval.c622 #ifdef USE_STACKCHECK in _Py_CheckRecursiveCall()