Searched refs:typeobj (Results 1 – 1 of 1) sorted by relevance
300 # define PyObject_NEW(type, typeobj) \ argument302 (PyObject *) _PyObject_DebugMalloc( _PyObject_SIZE(typeobj) ), (typeobj)) )305 # define PyObject_NEW(type, typeobj) \ argument306 ((type *)py3__PyObject_New(typeobj))