Searched refs:PyErr_Restore (Results 1 – 2 of 2) sorted by relevance
99 static void (*PyErr_Restore)(PyObject *, PyObject *, PyObject *); variable130 PetscCall(PetscDLPyLibSym("PyErr_Restore", &PyErr_Restore)); in PetscPythonLoadLibrary()277 PyErr_Restore(exc, val, tb); in PetscPythonPrintError()
82 PyErr_Restore(t, v, tb); in PyErr_SetRaisedException_312()