Searched refs:curexc_type (Results 1 – 10 of 10) sorted by relevance
39 oldtype = tstate->curexc_type; in PyErr_Restore()43 tstate->curexc_type = type; in PyErr_Restore()80 return tstate->curexc_type; in PyErr_Occurred()248 *p_type = tstate->curexc_type; in PyErr_Fetch()252 tstate->curexc_type = NULL; in PyErr_Fetch()
182 tstate->curexc_type = NULL; in new_threadstate()242 Py_CLEAR(tstate->curexc_type); in PyThreadState_Clear()
43 oldtype = tstate->curexc_type; in PyErr_Restore()47 tstate->curexc_type = type; in PyErr_Restore()179 return tstate == NULL ? NULL : tstate->curexc_type; in PyErr_Occurred()339 *p_type = tstate->curexc_type; in PyErr_Fetch()343 tstate->curexc_type = NULL; in PyErr_Fetch()
379 tstate->curexc_type = NULL; in new_threadstate()576 Py_CLEAR(tstate->curexc_type); in PyThreadState_Clear()
75 PyObject *curexc_type; member
87 #define _PyErr_OCCURRED() (_PyThreadState_Current->curexc_type)
239 PyObject *curexc_type; member
111 #define _PyErr_OCCURRED() (PyThreadState_GET()->curexc_type)
732 if (tstate != NULL && tstate->curexc_type != NULL) { in PyDict_GetItem()
1316 if (tstate != NULL && tstate->curexc_type != NULL) { in PyDict_GetItem()