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

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