Searched refs:_Py_exc_state (Results 1 – 2 of 2) sorted by relevance
160 struct _Py_exc_state { struct304 struct _Py_exc_state exc_state;
23 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()