Home
last modified time | relevance | path

Searched defs:old_exc (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dcontextlib.py539 def _fix_exception_context(new_exc, old_exc): argument
673 def _fix_exception_context(new_exc, old_exc): argument
/third_party/python/Python/
Dpystate.c1148 PyObject *old_exc = tstate->async_exc; in PyThreadState_SetAsyncExc() local