Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dpystate.h119 PyObject *curexc_value; member
/third_party/python/Python/
H A Derrors.c47 oldvalue = tstate->curexc_value; in _PyErr_Restore()
51 tstate->curexc_value = value; in _PyErr_Restore()
428 *p_value = tstate->curexc_value; in _PyErr_Fetch()
432 tstate->curexc_value = NULL; in _PyErr_Fetch()
H A Dpystate.c1041 Py_CLEAR(tstate->curexc_value); in PyThreadState_Clear()
/third_party/python/Parser/
H A Dpegen.c659 tstate->curexc_value != NULL) { in _PyPegen_number_token()

Completed in 8 milliseconds