Home
last modified time | relevance | path

Searched defs:exc_state (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_pyerrors.h17 static inline void _PyErr_ClearExcState(_PyErr_StackItem *exc_state) in _PyErr_ClearExcState()
/external/python/cpython3/Include/cpython/
Dpystate.h86 _PyErr_StackItem exc_state; member
/external/python/cpython3/Modules/
D_asynciomodule.c805 _PyErr_StackItem *exc_state = &fut->fut_cancelled_exc_state; in FutureObj_traverse() local
1366 _PyErr_StackItem *exc_state = &self->fut_cancelled_exc_state; in _asyncio_Future__make_cancelled_error_impl() local
2728 _PyErr_StackItem *exc_state = &fut->fut_cancelled_exc_state; in task_step_impl() local
/external/python/cpython3/Objects/
Dgenobject.c23 exc_state_traverse(_PyErr_StackItem *exc_state, visitproc visit, void *arg) in exc_state_traverse()