Home | History | Annotate | Download | only in Include

Lines Matching refs:tp_dealloc

124 this type.  The Py_DECREF() macro uses the tp_dealloc method without

331 destructor tp_dealloc;
764 (*Py_TYPE(op)->tp_dealloc)((PyObject *)(op)))
781 * and tp_dealloc implementatons.
943 bracketing the body of its tp_dealloc function with a pair of macros:
966 resumes execution after the END macro. The tp_dealloc routine then returns