[Zodb-checkins] CVS: Zope3/lib/python/ZODB - TimeStamp.c:1.8.4.6

Jeremy Hylton jeremy@zope.com
Tue, 26 Mar 2002 17:16:32 -0500


Update of /cvs-repository/Zope3/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv22084

Modified Files:
      Tag: Zope-3x-branch
	TimeStamp.c 
Log Message:
Use dealloc from same alloc family.



=== Zope3/lib/python/ZODB/TimeStamp.c 1.8.4.5 => 1.8.4.6 ===
 TimeStamp_dealloc(TimeStamp *ts)
 {
-    PyObject_DEL(ts);
+    PyObject_Del(ts);
 }
 
 static int