fix list comprehensions as if conditions
authorStefan Behnel <scoder@users.berlios.de>
Mon, 15 Nov 2010 09:28:15 +0000 (10:28 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 15 Nov 2010 09:28:15 +0000 (10:28 +0100)
commit94ed1b5a3ad59be0af1f5bfc248cdffbf97862f4
treeebdc54b170f3a2d22d404ad3e425f247f65fb59a
parent5ef060aec8d19d3af18eada1c33b4ceb90df29b7
fix list comprehensions as if conditions
Cython/Compiler/Nodes.py
tests/run/cython3.pyx
tests/run/listcomp.pyx