Lines Matching defs:Py_REFCNT
114 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt)756 Py_REFCNT(op) = 1)