implement tuple(genexp) as tuple(list(genexp))
authorStefan Behnel <scoder@users.berlios.de>
Thu, 27 May 2010 16:12:13 +0000 (18:12 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 27 May 2010 16:12:13 +0000 (18:12 +0200)
commit25432a57c991edf5775f75b7fc2cf3342bd293d7
treef5614ad70ceee46d75467f33aa187d4fa64f53db
parentee2d417845f79961ff22351191d1365b7d0a5b67
implement tuple(genexp) as tuple(list(genexp))
Cython/Compiler/Optimize.py
tests/run/inlined_generator_expressions.pyx