Searched defs:PyObject_DEL (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ | ||
D | objimpl.h | 139 #define PyObject_DEL PyObject_FREE macro |
/external/python/cpython2/Modules/ | ||
D | _sre.c | 81 #define PyObject_DEL(op) PyMem_DEL((op)) macro |