[Cython] Python betas delayed again
Stefan Behnel
stefan_ml at behnel.de
Wed Jun 25 09:44:41 CEST 2008
Robert Bradshaw wrote:
> I just checked, they are finally out. Has anyone had a chance to see
> how the current Cython fares on these beta releases yet?
Yep, I already released lxml with cython-devel as of 2008-06-20 and it
works beautifully on both Py2.6 and 3.0 beta1.
Note that the final stdlib refactorings in Py3 have landed shortly before
the beta release, so there are now tons of things that have changed beyond
what Cython can work around for you. But that doesn't impact 2.6, so if
that's your primary target, you'll have less work to port your code.
Stefan
More information about the Cython-dev
mailing list