Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dcontextlib.py344 def _fix_exception_context(new_exc, old_exc): argument
348 if exc_context is old_exc:
356 new_exc.__context__ = old_exc
/external/python/cpython2/Python/
Dpystate.c413 PyObject *old_exc = p->async_exc; in PyThreadState_SetAsyncExc() local
417 Py_XDECREF(old_exc); in PyThreadState_SetAsyncExc()
/external/python/cpython3/Python/
Dpystate.c603 PyObject *old_exc = p->async_exc; in PyThreadState_SetAsyncExc() local
607 Py_XDECREF(old_exc); in PyThreadState_SetAsyncExc()