Searched defs:Py_REFCNT (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Modules/
H A D_elementtree.c99 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt) macro
1840 if (PyString_CheckExact(self->data) && Py_REFCNT(self->data) == 1 &&
/external/python/cpython2/Include/
H A Dobject.h114 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt) macro
758 Py_REFCNT(op) = 1)
/external/python/cpython3/Include/
H A Dobject.h117 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt) macro
770 Py_REFCNT(op) = 1)

Completed in 100 milliseconds