more readable for-loop code, optimise tuples the way lists are optimised (basically...
authorStefan Behnel <scoder@users.berlios.de>
Fri, 11 Jul 2008 12:45:25 +0000 (14:45 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 11 Jul 2008 12:45:25 +0000 (14:45 +0200)
commit3e431781302094df4401ccd49975fd70dace3871
tree83bc83b4fbd1ea39dfb0f16097d703b385d7c05f
parent5e1164c6b31d107be9ec64660a610fa9f75f04fa
more readable for-loop code, optimise tuples the way lists are optimised (basically no overhead)
Cython/Compiler/ExprNodes.py
tests/run/r_forloop.pyx