Home
last modified time | relevance | path

Searched defs:PyObject_GC_New (Results 1 – 3 of 3) 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
/external/python/cpython3/Include/
Dobjimpl.h340 #define PyObject_GC_New(type, typeobj) \ macro