[Cython] Cython 0.23.3 compiler warning with fused types

2015-10-03 Thread Josh Ayers
Cython devs, Using Cython 0.23.3 and Python 3.4.3, the following Cython code: ctypedef fused floating: float double cpdef add_one(floating [:] array): cdef Py_ssize_t i for i in range(array.shape[0]): array[i] += 1.0 produces the C code below. It raises a compiler warni

Re: [Cython] Python 3 wheels including bytecode files.

2015-10-03 Thread Stefan Behnel
Lisandro Dalcin schrieb am 02.10.2015 um 16:24: > On 2 October 2015 at 17:01, Stefan Behnel wrote: >> Lisandro Dalcin schrieb am 02.10.2015 um 15:18: >>> On 2 October 2015 at 15:07, Lisandro Dalcin wrote: On 2 October 2015 at 14:30, Stefan Behnel wrote: > Ah - note that Python 3.2 still us