fix compiler crash for generator expressions with a constant False condition
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 9 Nov 2012 20:26:24 +0000 (21:26 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 9 Nov 2012 20:26:24 +0000 (21:26 +0100)
commitb9bfa4985090eb93eec464e45ab3d7177e07ca6e
tree18ae3e46f37bec33a7eb9e800424f2d7c8387f00
parentb640de6119f416ae8ff2ba95b7bd7877b4b870c1
fix compiler crash for generator expressions with a constant False condition

--HG--
extra : transplant_source : C%C7%2Ak%C4%89%DA%C1f%85%86%0D%9E%7F_%B4%17%D2t%40
Cython/Compiler/Optimize.py
tests/run/generator_expressions.pyx
tests/run/generator_expressions_nested.pyx [new file with mode: 0644]