[Cython] Cython 0.9.8 Release candidate
Robert Bradshaw
robertwb at math.washington.edu
Fri Jun 13 18:24:41 CEST 2008
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
More information about the Cython-dev
mailing list