Home
last modified time | relevance | path

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

/external/python/cpython2/Misc/
Dpymemcompat.h54 #define PyObject_New PyObject_NEW macro
/external/python/cpython3/Include/
Dobjimpl.h125 #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj)) macro
/external/python/cpython2/Include/
Dobjimpl.h156 #define PyObject_New(type, typeobj) \ macro