Searched refs:curexc_value (Results 1 – 6 of 6) sorted by relevance
40 oldvalue = tstate->curexc_value; in PyErr_Restore()44 tstate->curexc_value = value; in PyErr_Restore()249 *p_value = tstate->curexc_value; in PyErr_Fetch()253 tstate->curexc_value = NULL; in PyErr_Fetch()
183 tstate->curexc_value = NULL; in new_threadstate()243 Py_CLEAR(tstate->curexc_value); in PyThreadState_Clear()
76 PyObject *curexc_value; member
80 PyObject *curexc_value; member
55 oldvalue = tstate->curexc_value; in _PyErr_Restore()59 tstate->curexc_value = value; in _PyErr_Restore()405 *p_value = tstate->curexc_value; in _PyErr_Fetch()409 tstate->curexc_value = NULL; in _PyErr_Fetch()
591 tstate->curexc_value = NULL; in new_threadstate()805 Py_CLEAR(tstate->curexc_value); in PyThreadState_Clear()