Home | History | Annotate | Download | only in python2.7

Lines Matching defs:Py_XINCREF

668 NULL pointer.  If it may be NULL, use Py_XINCREF/Py_XDECREF instead.
822 #define Py_XINCREF(op) do { if ((op) == NULL) ; else Py_INCREF(op); } while (0)