Home | History | Annotate | Download | only in Include

Lines Matching defs:Py_XINCREF

670 NULL pointer.  If it may be NULL, use Py_XINCREF/Py_XDECREF instead.

824 #define Py_XINCREF(op) do { if ((op) == NULL) ; else Py_INCREF(op); } while (0)