Searched refs:PyErr_NormalizeException (Results 1 – 2 of 2) sorted by relevance
97 static void (*PyErr_NormalizeException)(PyObject **, PyObject **, PyObject **); variable128 PetscCall(PetscDLPyLibSym("PyErr_NormalizeException", &PyErr_NormalizeException)); in PetscPythonLoadLibrary()275 PyErr_NormalizeException(&exc, &val, &tb); in PetscPythonPrintError()
68 PyErr_NormalizeException(&t, &v, &tb); in PyErr_GetRaisedException()