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/Python/
Derrors.c44 oldvalue = tstate->curexc_value; in PyErr_Restore()
48 tstate->curexc_value = value; in PyErr_Restore()
340 *p_value = tstate->curexc_value; in PyErr_Fetch()
344 tstate->curexc_value = NULL; in PyErr_Fetch()
Dpystate.c380 tstate->curexc_value = NULL; in new_threadstate()
577 Py_CLEAR(tstate->curexc_value); in PyThreadState_Clear()
/external/python/cpython3/Include/
Dpystate.h240 PyObject *curexc_value; member