fix compiler crash on nested generator expressions
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 9 Nov 2012 18:59:21 +0000 (19:59 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 9 Nov 2012 18:59:21 +0000 (19:59 +0100)
commit42a7ea8971f62377ea9658d2f569d4bdf9600323
tree0a007977ad68514474821e6ec4e601bd15a60a46
parente07ec4c8ce1c27327abb1949267c0acc4d0f7622
fix compiler crash on nested generator expressions
Cython/Compiler/Symtab.py