Searched defs:PyObject_NEW (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ | ||
D | objimpl.h | 192 #define PyObject_NEW(type, typeobj) \ macro |
/external/python/cpython3/Include/ | ||
D | objimpl.h | 169 #define PyObject_NEW(type, typeobj) \ macro |