Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobjimpl.h139 #define PyObject_DEL PyObject_FREE macro
/external/python/cpython3/Include/
Dobjimpl.h121 #define PyObject_DEL PyObject_Free macro
/external/python/cpython2/Modules/
D_sre.c81 #define PyObject_DEL(op) PyMem_DEL((op)) macro