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
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