Searched defs:old_exc (Results 1 – 4 of 4) sorted by relevance
578 def _fix_exception_context(new_exc, old_exc): argument723 def _fix_exception_context(new_exc, old_exc): argument
27 PyObject *old_exc = tstate->current_exception; in _PyErr_SetRaisedException() local
2401 PyObject *old_exc = _Py_atomic_exchange_ptr(&tstate->async_exc, exc); in PyThreadState_SetAsyncExc() local
2901 PyObject *old_exc = tstate != NULL ? tstate->current_exception : NULL; in _Py_Dealloc() local