Searched defs:Py_XINCREF (Results 1 – 2 of 2) sorted by relevance
536 #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