Re: [Cython] gcc error when compiling cython

2015-08-21 Thread Stefan Behnel
Thomas Holenstein schrieb am 17.08.2015 um 11:29: > recently, I had a gcc compile time error with cython. The work around > is obvious, as the problem happens when a cdef-ed numpy array in a > function is unused. Nevertheless, I feel it's useful to report the > problem I had. > > The following is

[Cython] gcc error when compiling cython

2015-08-17 Thread Thomas Holenstein
Hey all, recently, I had a gcc compile time error with cython. The work around is obvious, as the problem happens when a cdef-ed numpy array in a function is unused. Nevertheless, I feel it's useful to report the problem I had. The following is a test case