2011/11/14 Vitja Makarov :
> 2011/11/13 Matt Hagy :
>> Hi,
>>
>> Cython generators aren’t closed on dealloc and this can lead to cleanup code
>> not being ran (see example below). I couldn’t find any reference to this
>> issue on the trac or the wiki and therefore wanted to report it. If this is
2011/11/13 Matt Hagy :
> Hi,
>
> Cython generators aren’t closed on dealloc and this can lead to cleanup code
> not being ran (see example below). I couldn’t find any reference to this
> issue on the trac or the wiki and therefore wanted to report it. If this is a
> know issue please disregard t
Hi,
Cython generators aren’t closed on dealloc and this can lead to cleanup code
not being ran (see example below). I couldn’t find any reference to this issue
on the trac or the wiki and therefore wanted to report it. If this is a know
issue please disregard this post.
I believe this can easi