[Cython] Cython 0.9.8 Release candidate
Stefan Behnel
stefan_ml at behnel.de
Fri Jun 13 08:22:17 CEST 2008
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
More information about the Cython-dev
mailing list