Searched refs:Py_GetVersion (Results 1 – 1 of 1) sorted by relevance
80 static const char *(*Py_GetVersion)(void); variable115 PetscCall(PetscDLPyLibSym("Py_GetVersion", &Py_GetVersion)); in PetscPythonLoadLibrary()133 …PetscCheck(Py_GetVersion, PETSC_COMM_SELF, PETSC_ERR_LIB, "Python: failed to load symbols from Pyt… in PetscPythonLoadLibrary()210 py_version = Py_GetVersion(); in PetscPythonInitialize()