On Nov 11, 2009, at 7:16 AM, Lisandro Dalcin wrote: > I marked this as a 0.12 blocker. Perhaps it is too much (though a > working patch is already provided), but figuring out the problem took > a fair amount of time while helping Chris Colbert to debug the issue. > > Please review: > > http://trac.cython.org/cython_trac/ticket/455
Thanks for tracking this down. It fixed the issue named, but broke cascaded comparison (i.e. you couldn't just "assert not coerce_result"). I pushed what you have and a followup to fix cascaded comparison too (couldn't think of a clean way to do this without introducing two on-line utility functions). - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
