Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_testcapimodule.c2592 PyObject *orig_exc; in test_set_exc_info() local
2606 orig_exc = PyTuple_Pack(3, type ? type : Py_None, value ? value : Py_None, tb ? tb : Py_None); in test_set_exc_info()
2610 return orig_exc; in test_set_exc_info()

Completed in 11 milliseconds