Home
last modified time | relevance | path

Searched refs:curexc_type (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_pyerrors.h23 return tstate->curexc_type; in _PyErr_Occurred()
/third_party/python/Include/cpython/
H A Dpystate.h118 PyObject *curexc_type; member
/third_party/python/Python/
H A Derrors.c46 oldtype = tstate->curexc_type; in _PyErr_Restore()
50 tstate->curexc_type = type; in _PyErr_Restore()
427 *p_type = tstate->curexc_type; in _PyErr_Fetch()
431 tstate->curexc_type = NULL; in _PyErr_Fetch()
H A Dpystate.c1040 Py_CLEAR(tstate->curexc_type); in PyThreadState_Clear()
/third_party/python/Objects/
H A Dobject.c2379 PyObject *old_exc_type = tstate->curexc_type; in _Py_Dealloc()
2381 // on (tstate->curexc_type != old_exc_type) below in _Py_Dealloc()
2395 if (tstate->curexc_type != old_exc_type) { in _Py_Dealloc()
2400 else if (tstate->curexc_type == NULL) { in _Py_Dealloc()
/third_party/python/Parser/
H A Dpegen.c658 if (tstate->curexc_type == PyExc_ValueError && in _PyPegen_number_token()

Completed in 10 milliseconds