fix declaration analysis (and type inference) for comprehensions
authorStefan Behnel <scoder@users.berlios.de>
Sun, 6 Dec 2009 13:29:05 +0000 (14:29 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 6 Dec 2009 13:29:05 +0000 (14:29 +0100)
commit8151c0ef95c1e673f09c37062f70490d804fc70a
treed24361631e236cd823aa08eef99e454c375de2fc
parentea3d3f55ad5ef7eb797ce5863cc97a3e2193b723
fix declaration analysis (and type inference) for comprehensions
Cython/Compiler/ExprNodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/TypeInference.py