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). Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
