[Cython] ref-leak in 0.17

Stefan Behnel stefan_ml at behnel.de
Tue Sep 25 17:48:27 CEST 2012


mark florisson, 25.09.2012 17:27:
> On 25 September 2012 16:12, Stefan Behnel wrote:
>> Stefan Behnel, 25.09.2012 14:55:
>>> there is a reference leak in the new dict iteration code in 0.17:
>>>
>>> http://trac.cython.org/cython_trac/ticket/790
>>>
>>> I'll see if I can fix it and then release a pure bugfix 0.17.1 right
>>> afterwards.
>>>
>>> Please take a look at your own patch queues to see if there are any other
>>> important bugs that you would like to see fixed in that release.
>>
>> Update: I fixed this, so 0.17.1 will be released tomorrow (CEST) unless
>> you've thrown in your veto by then.
>>
>> @Mark: what about the NULL strides changes? Would you consider them safe
>> enough to go in or can they wait a bit? If unsure, please choose the latter. ;)
> 
> Thanks for asking. Yeah I merged it last weekend with tests and error
> checking code, it should be fine.

Ok - it won't impact existing code but fixes the implementation, so I think
it can go in.

Could you merge it over?

Stefan



More information about the cython-devel mailing list