Searched defs:_PyErr_OCCURRED (Results 1 – 2 of 2) sorted by relevance
109 #define _PyErr_OCCURRED() PyErr_Occurred() macro111 #define _PyErr_OCCURRED() (PyThreadState_GET()->curexc_type) macro
85 #define _PyErr_OCCURRED() PyErr_Occurred() macro87 #define _PyErr_OCCURRED() (_PyThreadState_Current->curexc_type) macro