Searched defs:Py_XINCREF (Results 1 – 7 of 7) 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
864 Py_XINCREF(observer); in THCPModule_attachOutOfMemoryObserver() local