Hi, For posterity sake here is a quilt patch you can drop in if you want it.
Thanks, Barry deFreese
Index: swig1.3-1.3.33/Tools/WAD/Python/type.c =================================================================== --- swig1.3-1.3.33.orig/Tools/WAD/Python/type.c 2008-03-03 17:26:56.000000000 -0500 +++ swig1.3-1.3.33/Tools/WAD/Python/type.c 2008-03-03 17:27:18.000000000 -0500 @@ -62,7 +62,7 @@ /* release a wad object */ static void wadobject_dealloc(wadobject *self) { - PyMem_DEL(self); + PyObject_Del(self); } static char message[65536];