cpython/Tools/modulator/Templates/object_tp_dealloc
1995-03-02 14:05:29 +00:00

8 lines
118 B
Text

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