mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00

- Converted the templates to use ANSI C prototypes (finally!) - Use re in stead of deprecated regex
7 lines
117 B
Text
7 lines
117 B
Text
|
|
static void
|
|
$abbrev$_dealloc($abbrev$object *self)
|
|
{
|
|
/* XXXX Add your own cleanup code here */
|
|
PyMem_DEL(self);
|
|
}
|