Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Derrors.c40 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()
Dpystate.c183 tstate->curexc_value = NULL; in new_threadstate()
243 Py_CLEAR(tstate->curexc_value); in PyThreadState_Clear()
/external/python/cpython2/Include/
Dpystate.h76 PyObject *curexc_value; member
/external/python/cpython3/Include/cpython/
Dpystate.h80 PyObject *curexc_value; member
/external/python/cpython3/Python/
Derrors.c55 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()
Dpystate.c591 tstate->curexc_value = NULL; in new_threadstate()
805 Py_CLEAR(tstate->curexc_value); in PyThreadState_Clear()