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

/external/python/cpython2/Misc/
H A Dpymemcompat.h25 PyObject_New, PyObject_NewVar, PyObject_Del
55 #define PyObject_NewVar PyObject_NEW_VAR macro
79 #define PyObject_GC_NewVar PyObject_NewVar
/external/python/cpython2/Include/
H A Dobjimpl.h37 - PyObject_NewVar(type, typeobj, n) is similar but allocates a variable-size
158 #define PyObject_NewVar(type, typeobj, n) \ macro
/external/python/cpython3/Include/
H A Dobjimpl.h37 - PyObject_NewVar(type, typeobj, n) is similar but allocates a variable-size
138 #define PyObject_NewVar(type, typeobj, n) \ macro

Completed in 487 milliseconds