chiark / gitweb /
Fixing for Python 2.3 and later.
authormdw <mdw>
Wed, 27 Apr 2005 23:40:07 +0000 (23:40 +0000)
committermdw <mdw>
Wed, 27 Apr 2005 23:40:07 +0000 (23:40 +0000)
catacomb-python.h

index c93ef07ac25f742f9f0e709b6b5e0ab0eb06cdbc..368c7bbcd599811b07c76ac36f212dfb624c0f0b 100644 (file)
 MODULES(DO)
 #undef DO
 
+#define FREEOBJ(obj)                                                   \
+  (((PyObject *)(obj))->ob_type->tp_free((PyObject *)(obj)))
+
 /*----- Bytestrings -------------------------------------------------------*/
 
 PyTypeObject *bytestring_pyobj;