Home
last modified time | relevance | path

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

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