Searched defs:PyErr_Restore (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Python/
H A Derrors.c25 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) function
57 PyErr_Restore(exception, value, (PyObject *)NULL);
126 PyErr_Restore(exception, value, tb);
260 PyErr_Restore(NULL, NULL, NULL);
279 PyErr_Restore(exc, val, tb);
781 PyErr_Restore(exc, v, tb);
/external/python/cpython3/Python/
H A Derrors.c28 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) function
129 PyErr_Restore(exception, value, tb);
205 PyErr_Restore(exception, value, tb);
341 PyErr_Restore(NULL, NULL, NULL);
377 /* Like PyErr_Restore(), but if an exception is already set,
397 PyErr_Restore(exc2, val2, tb2);
400 PyErr_Restore(exc, val, tb);
426 PyErr_Restore(exc, val2, tb);
1099 PyErr_Restore(exc, v, tb);

Completed in 5881 milliseconds