Home | History | Annotate | Download | only in Include

Lines Matching defs:PyObject_HEAD

45 with the reference count and type fields; the macro PyObject_HEAD should be
82 /* PyObject_HEAD defines the initial segment of every PyObject. */
83 #define PyObject_HEAD PyObject ob_base;