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