Searched refs:old_exc (Results 1 – 2 of 2) sorted by relevance
539 def _fix_exception_context(new_exc, old_exc): argument543 if exc_context is None or exc_context is old_exc:551 new_exc.__context__ = old_exc673 def _fix_exception_context(new_exc, old_exc): argument677 if exc_context is None or exc_context is old_exc:685 new_exc.__context__ = old_exc
1148 PyObject *old_exc = tstate->async_exc; in PyThreadState_SetAsyncExc() local1153 Py_XDECREF(old_exc); in PyThreadState_SetAsyncExc()