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

Sebastian Berg sebastian at sipsolutions.net
Wed Apr 17 14:04:43 CEST 2013


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.
> > 
> > if you have started on the strides fix or a PR, give me a ping and I
> > will have a look at it if you like.
> 
> It's already in the latest master, so please give it a try there. I was
> planning to release an RC shortly.
> 

Ah, awesome.  I only checked the pull requests sporadically and it
slipped past my notice.  Small point, I think it does not always work
for higher dimensional arrays that have no elements, because then it
would error out before finding out that the array is empty.  This should
be very rare though, so no need to rush to fix it I think, so thanks
again!

- Sebastian

> Stefan
> 
> _______________________________________________
> cython-devel mailing list
> cython-devel at python.org
> http://mail.python.org/mailman/listinfo/cython-devel
> 




More information about the cython-devel mailing list