Home
last modified time | relevance | path

Searched refs:curexc_value (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dpystate.h89 PyObject *curexc_value; member
/third_party/python/Python/
Derrors.c56 oldvalue = tstate->curexc_value; in _PyErr_Restore()
60 tstate->curexc_value = value; in _PyErr_Restore()
435 *p_value = tstate->curexc_value; in _PyErr_Fetch()
439 tstate->curexc_value = NULL; in _PyErr_Fetch()
Dpystate.c638 tstate->curexc_value = NULL; in new_threadstate()
852 Py_CLEAR(tstate->curexc_value); in PyThreadState_Clear()
/third_party/python/Parser/
Dpegen.c1126 tstate->curexc_value != NULL) { in _PyPegen_number_token()