[Cython] Cython 0.19 release candidate

2013-04-17 Thread Stefan Behnel
Hi, I uploaded a release candidate for Cython 0.19. Note that there were changes to the buffer validation code for memory views since the last beta, so please give this release another try with your code, especially if you use memory views in it. http://cython.org/release/Cython-0.19rc1.tar.gz h

Re: [Cython] [PATCH] Refcount error when transposing memoryview attribute of an extension class

2013-04-17 Thread Sebastian Berg
On Wed, 2013-04-17 at 13:39 +0200, Stefan Behnel wrote: > Sebastian Berg, 17.04.2013 12:32: > > On Fri, 2013-04-12 at 17:37 +0100, mark florisson wrote: > >> Stefan, do you want to wait with 0.19 for the strides fix? We don't > >> know when 0.20 would be, I'd like to give it a go this weekend. > >

Re: [Cython] [cython-users] Possible enumerate automatic conversion

2013-04-17 Thread Stefan Behnel
Daniele Nicolodi, 16.04.2013 15:09: > would it be desirable to have an enumerate() automatic conversion > similar to the range() conversion when the enumerated iterable is a C > array or a numpy array? > > http://docs.cython.org/src/userguide/pyrex_differences.html#automatic-range-conversion enum

Re: [Cython] [PATCH] Refcount error when transposing memoryview attribute of an extension class

2013-04-17 Thread Stefan Behnel
Sebastian Berg, 17.04.2013 12:32: > On Fri, 2013-04-12 at 17:37 +0100, mark florisson wrote: >> Stefan, do you want to wait with 0.19 for the strides fix? We don't >> know when 0.20 would be, I'd like to give it a go this weekend. > > if you have started on the strides fix or a PR, give me a ping

Re: [Cython] [PATCH] Refcount error when transposing memoryview attribute of an extension class

2013-04-17 Thread Sebastian Berg
On Fri, 2013-04-12 at 17:37 +0100, mark florisson wrote: > > > On 12 April 2013 13:20, Matěj Laitl wrote: > On 8. 4. 2013 Matěj Laitl wrote: > > Hi cython-devel and Mark, > > I was getting > > > > > Fatal Python error: Acquisition count is 0 (line XYZ) >