Searched refs:swap_exc_state (Results 1 – 1 of 1) sorted by relevance
678 static void swap_exc_state(PyThreadState *, PyFrameObject *);1086 swap_exc_state(tstate, f); in _PyEval_EvalFrameDefault()3658 swap_exc_state(tstate, f); in _PyEval_EvalFrameDefault()4191 swap_exc_state(PyThreadState *tstate, PyFrameObject *f) in swap_exc_state() function