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

2016-09-25 Thread Isuru Fernando
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 wrote: > On Sat, Sep 24, 2016 at 10:12 PM, Robert Bradshaw > wrote: > > Thi

Re: [Cython] Cython infrastructure

2016-07-21 Thread Isuru Fernando
bit tricky. If there are binaries of Sage develop branch built for Ubuntu 12.04 or 14.04 built by Sagebots hosted somewhere, then you can use it on Travis. I use a Sage release binary to test a project and haven't had any issues with it. Isuru Fernando On Thu, Jul 21, 2016 at 2:48 PM, Bap

[Cython] Cython compiler crash in 0.24

2016-04-22 Thread Isuru Fernando
None object is passed and the following line calls the None object. https://github.com/cython/cython/blob/6d55fd189f6ee9d4374d00b8c9c320bd04332bab/Cython/Compiler/ExprNodes.py#L1780 Let me know if you need more information. Thanks, Isuru Fernando [ 33%] Cythonizing symengine_wrapper.pyx