rewrite constant folding for PrimaryCmpNode to properly support (and fix) cascaded...
authorStefan Behnel <stefan_ml@behnel.de>
Tue, 10 Dec 2013 19:52:02 +0000 (20:52 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Tue, 10 Dec 2013 19:52:02 +0000 (20:52 +0100)
commit1cae6142048e5b537cfa396de58a6054280c506c
treea9b4b149dd5ac607c6d980506fe63b84e1bf269d
parent9d9679d9a3ab9ba059ad1807516d13909a897523
rewrite constant folding for PrimaryCmpNode to properly support (and fix) cascaded comparisons
Cython/Compiler/ExprNodes.py
Cython/Compiler/Optimize.py
tests/run/inop.pyx