Home
last modified time | relevance | path

Searched defs:PyObject_GC_New (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Misc/
Dpymemcompat.h78 #define PyObject_GC_New PyObject_New macro
/external/python/cpython2/Include/
Dobjimpl.h313 #define PyObject_GC_New(type, typeobj) \ macro