On Fri, Jun 13, 2008 at 8:41 AM, Stefan Behnel <[EMAIL PROTECTED]> wrote: > Hi all, > > Cython 0.9.8 has been released. A lot of work by Robert, Greg and others > (inluding myself) went into this release to fix many bugs and add tons of > great features. > > This release features > > - everything that was done in Pyrex 0.9.8.x that wasn't in Cython already > - faster compilation > - more optimisations > - stricter warnings about potential coding problems (e.g. when using nogil) > - support for Python 2.6 > - __future__ imports for unicode literals > > Due to very recent changes in the Python code base, this release does not yet > compile code for Python 3.0beta1, but it's well prepared so that when 3.0beta1 > finally comes out, we can provide a quick update to make your code compile > with anything from Python 2.3 to 3.0.
Why is cython now compiling Cython.Plex.Scanners with gcc but not installing it with setup.py install? Is this a bug with Cython or on my side? I am just using the same Debian package as I was using for all previous cython versions, but suddenly it fails to build, because it depends on python-dev. So I added python-dev to build-depends, it builds, it works, but the Cython/Plex/Scanners.so is not installed in the final package. What's wrong? Should I upload the package as it is, i.e. without the Scanners.so file? I tested it on some simple .pyx files and it seems to work. I'd like to get this resolved in about 5 hours, so that I can upload before today's dinstall run, so that Tim can build Sage in Debian with it. Thanks, Ondrej _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
