Re: [Cython] Fwd: [BUG] Cython failing performance when Numpy is not installed

2015-07-21 Thread Alex S.
2015-07-17 11:02 GMT+03:00 Stefan Behnel : > Alex S. schrieb am 15.07.2015 um 13:51: > > The issue was described here: http://trac.cython.org/ticket/847 but was, > > however, misidentified. The wrapper for a function which receives "fused > > slice" (D[:]) arguments automatically includes the foll

Re: [Cython] Fwd: [BUG] Cython failing performance when Numpy is not installed

2015-07-17 Thread Stefan Behnel
Alex S. schrieb am 15.07.2015 um 13:51: > The issue was described here: http://trac.cython.org/ticket/847 but was, > however, misidentified. The wrapper for a function which receives "fused > slice" (D[:]) arguments automatically includes the following code: >> cdef type ndarray >>

[Cython] Fwd: [BUG] Cython failing performance when Numpy is not installed

2015-07-16 Thread Alex S.
Hello, being unable to acquire the Trac account (Robert Bradshaw's email is not listed on his site), I write here. The issue was described here: http://trac.cython.org/ticket/847 but was, however, misidentified. The wrapper for a function which receives "fused slice" (D[:]) arguments automatically