fix #442: non-pyobject for-in-loop targets failed with enumerate() optimisation
authorStefan Behnel <scoder@users.berlios.de>
Thu, 29 Oct 2009 11:59:58 +0000 (12:59 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 29 Oct 2009 11:59:58 +0000 (12:59 +0100)
commitd19d639632013cb02c02cd2e6431af151a645c28
tree5bc6da821239e8edb4960af1781e6e7ac22d2299
parenta2bbb8f037a2b5dbc8b9497ec9373e49d1436730
fix #442: non-pyobject for-in-loop targets failed with enumerate() optimisation
Cython/Compiler/Optimize.py
tests/run/enumerate_T316.pyx