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