Home
last modified time | relevance | path

Searched refs:_PyObject_GC_Del (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dobjimpl.h249 #define _PyObject_GC_Del PyObject_GC_Del macro
/external/python/cpython2/Modules/
Dgcmodule.c1565 #undef _PyObject_GC_Del
1567 _PyObject_GC_Del(PyObject *op) in _PyObject_GC_Del() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1190 "_PyObject_GC_Del"
/external/python/cpython2/Misc/
DHISTORY4144 a tp_free slot itself, _PyObject_GC_Del is assigned to type->tp_free.