Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
e1ac4f19301aa0a4d28fc25b91c71c477c37cb21
/
.
/
Tools
/
modulator
/
Templates
/
object_tp_dealloc
blob: 440419a524c23ddfb65d2c990acd6515285382ef [
file
]
static
void
$abbrev$_dealloc
(
$abbrev$object
*
self
)
{
/* XXXX Add your own cleanup code here */
PyMem_DEL
(
self
);
}