Stefan Behnel, 11.12.2010 00:46:
> Vitja Makarov, 10.12.2010 23:42:
>> Pyregr tests works now on hudson but there is still problem with heapq
>> don't understand is that related to generators or not
>
> Not sure either. It works for me in Py3 but not in Py2.7.

It seems to be generator related and it looks like there's a bug in the 
exception handling. It crashes when checking for exceptions after running 
through the heapiter() generator method. These things often point at a 
dangling reference in Python's exception state.

Stefan
_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to