Searched defs:Py_INCREF (Results 1 – 6 of 6) sorted by relevance
491 static inline void Py_INCREF(PyObject *op) in Py_INCREF() function506 # define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op)) macro
767 #define Py_INCREF(op) ( \ macro