Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpystate.h45 struct _err_stackitem *previous_item; member
/external/python/cpython3/Objects/
Dgenobject.c207 gen->gi_exc_state.previous_item = tstate->exc_info; in gen_send_ex()
216 tstate->exc_info = gen->gi_exc_state.previous_item; in gen_send_ex()
217 gen->gi_exc_state.previous_item = NULL; in gen_send_ex()
798 gen->gi_exc_state.previous_item = NULL; in gen_new_with_qualname()
/external/python/cpython3/Python/
Derrors.c80 exc_info->previous_item != NULL) in _PyErr_GetTopmostException()
82 exc_info = exc_info->previous_item; in _PyErr_GetTopmostException()
Dpystate.c597 tstate->exc_state.previous_item = NULL; in new_threadstate()