Home
last modified time | relevance | path

Searched refs:_Py_exc_state (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/internal/
Dpycore_interp.h160 struct _Py_exc_state { struct
304 struct _Py_exc_state exc_state;
/third_party/python/Objects/
Dexceptions.c23 static struct _Py_exc_state*
991 struct _Py_exc_state *state = get_exc_state(); in OSError_new()
2418 struct _Py_exc_state *state = get_exc_state(); in MemoryError_new()
2453 struct _Py_exc_state *state = get_exc_state(); in MemoryError_dealloc()
2485 free_preallocated_memerrors(struct _Py_exc_state *state) in free_preallocated_memerrors()
2666 struct _Py_exc_state *state = &interp->exc_state; in _PyExc_Init()
2905 struct _Py_exc_state *state = &interp->exc_state; in _PyExc_Fini()