py-cvs-rel2_1 (Rev 1.2) merge
[python/dscho.git] / Tools / modulator / Templates / object_tp_dealloc
blobca15c0359dfc48bea3bd59ad1987c421f32d98c5
2 static void
3 $abbrev$_dealloc(self)
4         $abbrev$object *self;
6         /* XXXX Add your own cleanup code here */
7         PyMem_DEL(self);