optimise dict([ (x,y) for x,y in ... ]) into dict comprehension
authorStefan Behnel <scoder@users.berlios.de>
Sun, 4 Oct 2009 07:31:54 +0000 (09:31 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 4 Oct 2009 07:31:54 +0000 (09:31 +0200)
commit6430e5b4de0d321f99156e48cb93040aabf5c356
tree214d9ef5cb64516c46b55e06ee9152bfd803cb2b
parent6cbb99b3211abd7c9522260e281620612cf019a1
optimise dict([ (x,y) for x,y in ... ]) into dict comprehension
Cython/Compiler/ExprNodes.py
Cython/Compiler/Optimize.py
tests/run/dictcomp.pyx
tests/run/setcomp.pyx