Sign in
◑
Theme
chromium
/
external
/
github.com
/
python
/
cpython
/
d89ee79d19e156e874b7a292b705d167b7fe56ab
/
.
/
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
);
}