mirror of
https://github.com/python/cpython.git
synced 2026-05-11 07:00:24 -04:00
9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
|
|
static void
|
|
$abbrev$_dealloc(self)
|
|
$abbrev$object *self;
|
|
{
|
|
/* XXXX Add your own cleanup code here */
|
|
PyMem_DEL(self);
|
|
}
|