Lines Matching defs:Py_INCREF
444 The macros Py_INCREF(op) and Py_DECREF(op) are used to increment or decrement
487 // Private functions used by Py_INCREF() and Py_DECREF().
491 static inline void Py_INCREF(PyObject *op)
506 # define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
592 Py_INCREF(op);
618 Py_INCREF(obj);
644 Don't forget to apply Py_INCREF() when returning this value!!!
742 must call Py_INCREF() explicitly.
751 it carefully, it may save lots of calls to Py_INCREF() and Py_DECREF() at