[Pyrex] Updated Python 2.5 patch

Stefan Behnel behnel_ml at gkec.informatik.tu-darmstadt.de
Tue May 2 14:17:30 CEST 2006


Hi,

here is an updated (complete) patch for running Pyrex on Python 2.5. Compared
to the last patch, it fixes the default slice end index, which is now
PY_SSIZE_T_MAX instead of a plain 32bit integer 0x7fffffff.

It still compiles nicely on Python 2.4. I couldn't test earlier versions, but
problems are unlikely as there are practically no changes in API usage in this
environment. Tests are always welcome, though.

Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Py2.5.patch
Type: text/x-patch
Size: 14847 bytes
Desc: not available
Url : http://lists.copyleft.no/pipermail/pyrex/attachments/20060502/9a21caec/Py2.5.bin


More information about the Pyrex mailing list