Home
last modified time | relevance | path

Searched defs:PyObject_Del (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Misc/
Dpymemcompat.h56 #define PyObject_Del PyMem_Free macro
/external/python/cpython3/Include/
Dobjimpl.h109 #define PyObject_Del PyObject_Free macro
/external/python/cpython2/Include/
Dobjimpl.h138 #define PyObject_Del PyObject_Free macro
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx844 # define PyObject_Del(op) PyMem_DEL((op)) macro