Searched refs:Py_IncRef (Results 1 – 11 of 11) sorted by relevance
67 ``Py_IncRef(PyObject *o)``, ``Py_DecRef(PyObject *o)``. They are
66 ``Py_IncRef(PyObject *o)``, ``Py_DecRef(PyObject *o)``. They are
747 Py_IncRef=python37.Py_IncRef
864 PyAPI_FUNC(void) Py_IncRef(PyObject *);
906 PyAPI_FUNC(void) Py_IncRef(PyObject *);
478 "Py_IncRef"
217 Py_IncRef(PyObject *o) in Py_IncRef() function
206 Py_IncRef(PyObject *o) in Py_IncRef() function
3317 Py_IncRef(obj); in test_incref_decref_API()
3605 - New public functions Py_IncRef() and Py_DecRef(), exposing the
20989 - New public functions Py_IncRef() and Py_DecRef(), exposing the