Searched defs:Py_XINCREF (Results 1 – 2 of 2) sorted by relevance
589 static inline void Py_XINCREF(PyObject *op) in Py_XINCREF() function596 # define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op)) macro
824 #define Py_XINCREF(op) do { if ((op) == NULL) ; else Py_INCREF(op); } while (0) macro