Searched refs:Py_IncRef (Results 1 – 10 of 10) sorted by relevance
265 ctypes.pythonapi.Py_IncRef(c_tb_next)
114 ``Py_IncRef(PyObject *o)``, ``Py_DecRef(PyObject *o)``. They are
453 PyAPI_FUNC(void) Py_IncRef(PyObject *);
72 EXPORT_FUNC(Py_IncRef)
806 function,Py_IncRef,3.2,
135 Py_IncRef(PyObject *o) in Py_IncRef() function
1542 function Py_IncRef
20989 - New public functions Py_IncRef() and Py_DecRef(), exposing the
3905 Py_IncRef(obj); in test_incref_decref_API()