Searched refs:old_exc (Results 1 – 3 of 3) sorted by relevance
344 def _fix_exception_context(new_exc, old_exc): argument348 if exc_context is old_exc:356 new_exc.__context__ = old_exc
413 PyObject *old_exc = p->async_exc; in PyThreadState_SetAsyncExc() local417 Py_XDECREF(old_exc); in PyThreadState_SetAsyncExc()
603 PyObject *old_exc = p->async_exc; in PyThreadState_SetAsyncExc() local607 Py_XDECREF(old_exc); in PyThreadState_SetAsyncExc()