It appears we had a regression in 0.11; making the Cython compiler crash on code like this:
f() if g() else h() A fix is up. It's strange that this escaped us but I guess it is a rather new Cython feature and so wasn't used that much in user code. I believe a regression like this is a case for releasing 0.11.1 sooner rather than later, and moving a lot of those tickets over to 0.11.2 ? (as they are not regressions). We've also had the for loops update which it would be nice to release sooner rather than later. -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
