Hi,
the packages in the Ubuntu PPA still have 0.18.0 in their name, although
they actually build the current master, which is at 0.19.
Is there a way to adapt that automatically?
Stefan
___
cython-devel mailing list
cython-devel@python.org
http://mail.
Stefan Behnel, 26.04.2013 07:07:
> looking at this ticket:
>
> http://trac.cython.org/cython_trac/ticket/810
>
> and at the underlying Sage ticket:
>
> http://trac.sagemath.org/sage_trac/ticket/14452
>
> ISTM that this crash is not actually related to cdef kwargs but simply to
> the fact that t
Hi,
looking at this ticket:
http://trac.cython.org/cython_trac/ticket/810
and at the underlying Sage ticket:
http://trac.sagemath.org/sage_trac/ticket/14452
ISTM that this crash is not actually related to cdef kwargs but simply to
the fact that the C code is now calling directly through the C
Nikita Nemkin, 24.04.2013 09:48:
> _mcp.pyx declares #cython: wraparound=False, any negative index is expected
> to fail.
> It worked previously because Cython was using PySequence_GetSlice
> which of course is not sensitive to Cython directives.
>
> The only "fix" would be to produce a warning fo