HomeSort by relevance Sort by last modified time
    Searched refs:_PyErr_StackItem (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/Include/
genobject.h 29 _PyErr_StackItem prefix##_exc_state;
pystate.h 209 } _PyErr_StackItem;
246 _PyErr_StackItem exc_state;
250 _PyErr_StackItem *exc_info;
pyerrors.h 81 _PyErr_StackItem *_PyErr_GetTopmostException(PyThreadState *tstate);
  /external/python/cpython3/Python/
errors.c 56 _PyErr_StackItem *
59 _PyErr_StackItem *exc_info = tstate->exc_info;
359 _PyErr_StackItem *exc_info = _PyErr_GetTopmostException(tstate);
ceval.c 814 _PyErr_StackItem *exc_info; \
    [all...]
sysmodule.c 345 _PyErr_StackItem *err_info = _PyErr_GetTopmostException(PyThreadState_GET());
    [all...]
  /external/python/cpython3/Objects/
genobject.c 20 exc_state_traverse(_PyErr_StackItem *exc_state, visitproc visit, void *arg)
101 exc_state_clear(_PyErr_StackItem *exc_state)
    [all...]

Completed in 397 milliseconds