Re: [Cython] Generators not closed on dealloc (Cython 0.15.1+, current git master)

2011-11-15 Thread Vitja Makarov
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

Re: [Cython] Generators not closed on dealloc (Cython 0.15.1+, current git master)

2011-11-13 Thread 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 a > know issue please disregard t

[Cython] Generators not closed on dealloc (Cython 0.15.1+, current git master)

2011-11-13 Thread 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 this post. I believe this can easi