Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_capi.py86 orig_exc_info = _testcapi.set_exc_info(new_exc.__class__, new_exc, None)
88 new_exc_info = _testcapi.set_exc_info(*orig_exc_info)
/external/python/cpython2/Python/
Dceval.c146 static void set_exc_info(PyThreadState *, PyObject *, PyObject *, PyObject *);
3273 set_exc_info(tstate, in PyEval_EvalFrameEx()
3719 set_exc_info(PyThreadState *tstate, in set_exc_info() function