[Cython] [cython-users] Re: Cython 0.25 alpha0

Isuru Fernando isuruf at gmail.com
Sun Sep 25 03:02:17 EDT 2016


Hi,

With Cython 0.25a0, following causes a compiler crash.

from libcpp.vector cimport vector
cdef vector[double complex] v


Regards,

Isuru Fernando

On Sun, Sep 25, 2016 at 11:35 AM, Matthew Brett <matthew.brett at gmail.com>
wrote:

> On Sat, Sep 24, 2016 at 10:12 PM, Robert Bradshaw <robertwb at gmail.com>
> wrote:
> > This prerelease version is also available at PyPi
> >
> >     https://pypi.python.org/pypi/Cython/0.25a0
> >
> > installable via
> >
> >     pip install --pre cython
>
> It looks like the new BUILD file is breaking wheel builds on OSX and
> Windows:
>
> https://ci.appveyor.com/project/matthew-brett/cython-
> wheels/build/1.0.20/job/eu6n2eyc07a33ojl
> https://travis-ci.org/MacPython/cython-wheels/jobs/162527865#L235
>
> Can it be renamed?
>
> Cheers,
>
> Matthew
> _______________________________________________
> cython-devel mailing list
> cython-devel at python.org
> https://mail.python.org/mailman/listinfo/cython-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cython-devel/attachments/20160925/f8034878/attachment.html>


More information about the cython-devel mailing list