Home | History | Annotate | Download | only in python2.7

Lines Matching defs:tp_dealloc

124 this type.  The Py_DECREF() macro uses the tp_dealloc method without
331 destructor tp_dealloc;
762 (*Py_TYPE(op)->tp_dealloc)((PyObject *)(op)))
779 * and tp_dealloc implementatons.
941 bracketing the body of its tp_dealloc function with a pair of macros:
964 resumes execution after the END macro. The tp_dealloc routine then returns