Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dcontextlib.py488 def _fix_exception_context(new_exc, old_exc): argument
638 def _fix_exception_context(new_exc, old_exc): argument
/external/python/cpython2/Python/
Dpystate.c413 PyObject *old_exc = p->async_exc; in PyThreadState_SetAsyncExc() local
/external/python/cpython3/Python/
Dpystate.c1014 PyObject *old_exc = p->async_exc; in PyThreadState_SetAsyncExc() local