Home
last modified time | relevance | path

Searched defs:_PyErr_OCCURRED (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dpyerrors.h109 #define _PyErr_OCCURRED() PyErr_Occurred() macro
111 #define _PyErr_OCCURRED() (PyThreadState_GET()->curexc_type) macro
/external/python/cpython2/Include/
Dpyerrors.h85 #define _PyErr_OCCURRED() PyErr_Occurred() macro
87 #define _PyErr_OCCURRED() (_PyThreadState_Current->curexc_type) macro