mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
8 lines
124 B
Text
8 lines
124 B
Text
|
|
static void
|
|
$abbrev$_dealloc(self)
|
|
$abbrev$object *self;
|
|
{
|
|
/* XXXX Add your own cleanup code here */
|
|
PyMem_DEL(self);
|
|
}
|