Home
last modified time | relevance | path

Searched refs:_PyErr_StackItem (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Include/cpython/
Dpystate.h56 } _PyErr_StackItem; typedef
95 _PyErr_StackItem exc_state;
99 _PyErr_StackItem *exc_info;
Dpyerrors.h87 PyAPI_FUNC(_PyErr_StackItem*) _PyErr_GetTopmostException(PyThreadState *tstate);
/third_party/python/Include/internal/
Dpycore_pyerrors.h17 static inline void _PyErr_ClearExcState(_PyErr_StackItem *exc_state) in _PyErr_ClearExcState()
54 _PyErr_StackItem *exc_info);
/third_party/python/Include/
Dgenobject.h28 _PyErr_StackItem prefix##_exc_state;
/third_party/python/Python/
Derrors.c76 _PyErr_StackItem *
79 _PyErr_StackItem *exc_info = tstate->exc_info; in _PyErr_GetTopmostException()
471 _PyErr_StackItem *exc_info = _PyErr_GetTopmostException(tstate); in _PyErr_GetExcInfo()
556 _PyErr_ChainStackItem(_PyErr_StackItem *exc_info) in _PyErr_ChainStackItem()
572 _PyErr_StackItem *saved_exc_info; in _PyErr_ChainStackItem()
Dceval.c1459 _PyErr_StackItem *exc_info; \
2660 _PyErr_StackItem *exc_info; in _PyEval_EvalFrameDefault()
4470 _PyErr_StackItem *exc_info = tstate->exc_info; in _PyEval_EvalFrameDefault()
5178 _PyErr_StackItem *exc_info = _PyErr_GetTopmostException(tstate); in do_raise()
Dpystate.c1275 _PyErr_StackItem *err_info = _PyErr_GetTopmostException(t); in _PyThread_CurrentExceptions()
Dsysmodule.c787 _PyErr_StackItem *err_info = _PyErr_GetTopmostException(_PyThreadState_GET()); in sys_exc_info_impl()
/third_party/python/Modules/
D_asynciomodule.c74 _PyErr_StackItem prefix##_cancelled_exc_state;
807 _PyErr_StackItem *exc_state = &fut->fut_cancelled_exc_state; in FutureObj_traverse()
1368 _PyErr_StackItem *exc_state = &self->fut_cancelled_exc_state; in _asyncio_Future__make_cancelled_error_impl()
2697 _PyErr_StackItem *exc_state = &fut->fut_cancelled_exc_state; in task_step_impl()
/third_party/python/Objects/
Dgenobject.c23 exc_state_traverse(_PyErr_StackItem *exc_state, visitproc visit, void *arg) in exc_state_traverse()