cpython/Tools/modulator/Templates/object_tp_dealloc

8 lines
124 B
Text

static void
$abbrev$_dealloc(self)
$abbrev$object *self;
{
/* XXXX Add your own cleanup code here */
PyMem_DEL(self);
}