mirror of https://github.com/python/cpython
9 lines
118 B
Plaintext
9 lines
118 B
Plaintext
|
|
||
|
static void
|
||
|
$abbrev$_dealloc(self)
|
||
|
$abbrev$object *self;
|
||
|
{
|
||
|
/* XXXX Add your own cleanup code here */
|
||
|
DEL(self);
|
||
|
}
|