Home
last modified time | relevance | path

Searched refs:curexc_type (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/internal/
Dpycore_pyerrors.h14 return tstate->curexc_type; in _PyErr_Occurred()
/third_party/python/Include/cpython/
Dpystate.h88 PyObject *curexc_type; member
/third_party/python/Python/
Derrors.c55 oldtype = tstate->curexc_type; in _PyErr_Restore()
59 tstate->curexc_type = type; in _PyErr_Restore()
434 *p_type = tstate->curexc_type; in _PyErr_Fetch()
438 tstate->curexc_type = NULL; in _PyErr_Fetch()
Dpystate.c637 tstate->curexc_type = NULL; in new_threadstate()
851 Py_CLEAR(tstate->curexc_type); in PyThreadState_Clear()
/third_party/python/Parser/
Dpegen.c1125 if (tstate->curexc_type == PyExc_ValueError && in _PyPegen_number_token()