Home
last modified time | relevance | path

Searched refs:orig_exc (Results 1 – 2 of 2) sorted by relevance

/external/python/setuptools/setuptools/tests/
Dtest_sandbox.py58 orig_exc = ValueError("details")
61 raise orig_exc
67 assert caught.value is not orig_exc
/external/python/cpython3/Modules/
D_testcapimodule.c2185 PyObject *orig_exc; in test_set_exc_info() local
2199 orig_exc = PyTuple_Pack(3, type ? type : Py_None, value ? value : Py_None, tb ? tb : Py_None); in test_set_exc_info()
2203 return orig_exc; in test_set_exc_info()