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

/external/python/cpython2/Misc/
H A Dpymemcompat.h79 #define PyObject_GC_NewVar PyObject_NewVar macro
/external/python/cpython2/Include/
H A Dobjimpl.h315 #define PyObject_GC_NewVar(type, typeobj, n) \ macro
/external/python/cpython3/Include/
H A Dobjimpl.h342 #define PyObject_GC_NewVar(type, typeobj, n) \ macro

Completed in 120 milliseconds