[Cython] Cython 0.23.4: Crash with Template Stuff
Cython is crashing on me when I compile. See below. -- Elizabeth cython --version Cython version 0.23.4 Error compiling Cython file: ... #cdef int flags def test_double_blitz(a): cdef vector[int] v cdef cblitz.Array[double,1
Re: [Cython] Cython 0.23.4: Crash with Template Stuff
There is a pull request in progress to fix this issue > on GitHub, but I'm not sure what the latest is on that. > > On Sun, Jan 31, 2016 at 11:07 PM Elizabeth Fischer > wrote: > >> Cython is crashing on me when I compile. See below. >> >> -- Elizabeth &g