summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/Templates/object_tp_dealloc
blob: ca15c0359dfc48bea3bd59ad1987c421f32d98c5 (plain)
1
2
3
4
5
6
7
8

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