[Cython] Problems in Py 3.0.1

Stefan Behnel stefan_ml at behnel.de
Sat Feb 21 17:57:00 CET 2009


Hi,

just a quick note that I'm currently trying to get the test suite running
under Python 3.0.1. This release features a couple of fixes for quirks that
were found in the 3.0 release. It is now a lot stricter regarding Py3
concepts. I'll file a couple of new tickets as I move along, and I'll
nominate (most of) them for 0.11, especially those that make Cython
unusable on that target. I expect them to be easy to fix, but I'll
concentrate on finding them for now. So don't be surprised when the bug
list for 0.11 starts getting longer again.

I also noticed tons of warnings in the C++ "compile" tests regarding
useless code. I'm not sure why they pop up in Py3 and not in Py2.

Stefan


More information about the Cython-dev mailing list