13 Jun
2008
13 Jun
'08
6:56 p.m.
Hi, During the porting of Zope2 to python2.5 , the failures in the module Acquisition is regarding the C-API changes. This failures can be removed by mapping the function Wrapper_compare to tp_richcompare which is now mapped in to the tp_compare in the extension file Acquisition/_Acquisition.c. Part of the new code I introduced was copied from datetimemodule.c from Python 2.5 . Right now its not showing any failures or errors with both python2.4 and python2.5. The patch is http://svn.zope.org/Zope/branches/gsoc-python-2.5/?rev=87371&view=rev Please review this patch. Is this changes and the function from datetimemodule.c. If not is there any suggestions?