Searched refs:Py_DecRef (Results 1 – 2 of 2) sorted by relevance
92 static void (*Py_DecRef)(PyObject *); variable124 PetscCall(PetscDLPyLibSym("Py_DecRef", &Py_DecRef)); in PetscPythonLoadLibrary()226 Py_DecRef(PyObject_CallMethod(sys_path, "insert", "is", zero, (char *)path)); in PetscPythonInitialize()231 Py_DecRef(PyObject_CallMethod(sys_path, "insert", "is", zero, rpath)); in PetscPythonInitialize()250 Py_DecRef(module); in PetscPythonInitialize()
114 cdef inline void Py_DecRef(PyObject *ob) noexcept with gil: function119 Py_DecRef(<PyObject*>ptr)