repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
py-cvs-rel2_1 (Rev 1.2) merge
[python/dscho.git]
/
Tools
/
modulator
/
Templates
/
object_tp_dealloc
blob
ca15c0359dfc48bea3bd59ad1987c421f32d98c5
1
2
static void
3
$abbrev$_dealloc(self)
4
$abbrev$object *self;
5
{
6
/* XXXX Add your own cleanup code here */
7
PyMem_DEL(self);
8
}