Hi,

there was a pretty serious bug in the constant folding code that made

    if 1 == 1:

turn into a false condition result. The above may not seem very likely to 
appear in real world code, but the same applies to constant DEF values, for 
example, which is a lot more likely to show up. I wouldn't be surprised if 
this had an effect on the Sage build, that's why I though I'd better 
mention it here.

Stefan
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to