enable for-in iteration also for C arrays of known size
authorStefan Behnel <scoder@users.berlios.de>
Thu, 11 Feb 2010 19:42:35 +0000 (20:42 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 11 Feb 2010 19:42:35 +0000 (20:42 +0100)
commit881a4c61e44fdc2ae01880bf1af213f1bc6fce2d
treef7cde9f604bced00b64d79ea9137bdd3f8ba8dd9
parent4cf1611e23ddf01f88e38857412c250ac46c91ec
enable for-in iteration also for C arrays of known size
Cython/Compiler/ExprNodes.py
Cython/Compiler/Optimize.py
tests/run/carray_slicing.pyx