This completely breaks the symbolics rewrite in Sage, and requires a removal of site-packages/cython and reinstall of old version to fix the damage. (Specifically it seems to break module level cpdef functions in some of the files in the circular def stuff, but I'm not convinced that module level cpdef functions arn't broke on their own)
On Wed, Jun 11, 2008 at 5:32 PM, Robert Bradshaw <[EMAIL PROTECTED]> wrote: > You can download it at http://cython.org/Cython-0.9.8.tar.gz to try > it out, or pull from http://hg.cython.org/cython-devel/ > > This release catches us up with all of the features of Pyrex 0.9.8 as > well as numerous independent improvements. > > - Robert > > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev > _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
