Searched defs:PyObject_GC_Del (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Misc/
H A Dpymemcompat.h80 #define PyObject_GC_Del PyObject_Del macro
/external/python/cpython2/Modules/
H A Dgcmodule.c1459 #undef PyObject_GC_Del macro
1553 PyObject_GC_Del(void *op) function
1569 PyObject_GC_Del(op);
/external/python/cpython3/Modules/
H A Dgcmodule.c1683 #undef PyObject_GC_Del macro
1787 PyObject_GC_Del(void *op) function

Completed in 148 milliseconds