Re: possible bug in Pyrex
Stefan Behnel <[email protected]> Wed, 24 Feb 2010 17:07:16 +0100
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
P=E9ter Szab=F3, 24.02.2010 16:50: > So, do I understand correctly, the latest Pyrex 0.9.8.6 generates > correct code for Python 2.5, but not for 2.6 Didn't test it, but according to the changelog, I would assume that the bug is not fixed. > and one possible way to > fix Pyrex for Python 2.6 is to backport some of the Cython exception > handling fixes, which were originally added for Python 3.x > compatibility? Yes, unless Greg is going to implement the changes by himself. Note that I do not expect this to be exactly trivial. It took me a while to get my head around all that stuff. Any reason you can't just use Cython in the meantime? Stefan