Home
last modified time | relevance | path

Searched refs:Py_DecRef (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/python/
H A Dpythonsys.c92 static void (*Py_DecRef)(PyObject *); variable
124 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()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscobj.pxi114 cdef inline void Py_DecRef(PyObject *ob) noexcept with gil: function
119 Py_DecRef(<PyObject*>ptr)