Home
last modified time | relevance | path

Searched refs:_PyErr_OCCURRED (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dpyerrors.h85 #define _PyErr_OCCURRED() PyErr_Occurred() macro
87 #define _PyErr_OCCURRED() (_PyThreadState_Current->curexc_type) macro
/external/python/cpython3/Include/
Dpyerrors.h109 #define _PyErr_OCCURRED() PyErr_Occurred() macro
111 #define _PyErr_OCCURRED() (PyThreadState_GET()->curexc_type) macro
/external/python/cpython3/Python/
Dceval.c2118 if (!_PyErr_OCCURRED()) { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Misc/
DHISTORY3722 - Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at