On Jun 12, 2008, at 11:22 PM, Stefan Behnel wrote: > Hi, > > Gary Furnish wrote: >> This seems to break padics: >> >> from __future__ import with_statement >> ^ >> ------------------------------------------------------------ >> >> /home/gfurnish/sage-3.0.2-symbolics/devel/sage-symbolics/sage/ >> rings/padics/padic_generic_element.pyx:19:37: >> future feature with_statement is not defined > > That line shouldn't be there. Cython doesn't support the with > statement anyway > (even if "with nogil" looks similar).
Yes, there were a couple of changes I had to make to the Sage codebase (such as this one, which shouldn't have been valid before and isn't used) and they're posted as a patch. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
