Replaced lots of PyMem_DEL() calls with PyObject_DEL().
diff --git a/Mac/Modules/ctbmodule.c b/Mac/Modules/ctbmodule.c
index 129896e..3dc8f0f 100644
--- a/Mac/Modules/ctbmodule.c
+++ b/Mac/Modules/ctbmodule.c
@@ -186,7 +186,7 @@
 		CMDispose(self->hdl);
 		self->hdl = NULL;
 	}
-	PyMem_DEL(self);
+	PyObject_DEL(self);
 }
 
 static PyObject *