[Cython] Bug report with 0.16 RC

2012-04-03 Thread Wes McKinney
I don't have a Trac account yet, but wanted to report this bug with the 0.16 RC. This function worked fine under 0.15.1: @cython.wraparound(False) @cython.boundscheck(False) def is_lexsorted(list list_of_arrays): cdef: int i Py_ssize_t n, nlevels int32_t k, cur, pre

[Cython] class optimisations (Re: [cython-users] How to pass Cython flags from Distutils?)

2012-04-03 Thread Stefan Behnel
[moving this discussion from cython-users to cython-devel] Robert Bradshaw, 03.04.2012 09:43: > On Mon, Apr 2, 2012 at 11:01 PM, Stefan Behnel wrote: >> Robert Bradshaw, 03.04.2012 07:51: >>> auto_cpdef is expiremental >> >> Is that another word for "deprecated"? > > No, it's another word for "in