Searched defs:PyObject_GC_New (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython2/Misc/ | ||
| D | pymemcompat.h | 78 #define PyObject_GC_New PyObject_New macro |
| /external/python/cpython2/Include/ | ||
| D | objimpl.h | 313 #define PyObject_GC_New(type, typeobj) \ macro |