pre-calculate constant loop length when iterating over literal tuples/lists
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 1 Dec 2013 15:02:57 +0000 (16:02 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 1 Dec 2013 15:02:57 +0000 (16:02 +0100)
commit9ecf58c8b2c3b8377e5bd628610621bdc54912f7
tree23dda1d427a56c4ffd0ebdebf52b82b8ebcaae35
parentcc8a670b8c2ff49c868dd5236308e7e70d637bdd
pre-calculate constant loop length when iterating over literal tuples/lists
Cython/Compiler/ExprNodes.py
tests/run/for_in_iter.py