replace set([...]) by a literal set {...}
authorStefan Behnel <scoder@users.berlios.de>
Sun, 14 Dec 2008 21:15:02 +0000 (22:15 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 14 Dec 2008 21:15:02 +0000 (22:15 +0100)
commit72dfd2e81f6fa36530e2f36ee82b506c6b7c7026
treeab735fed68c459a0f39ebaeb55b722b77435f443
parent50b97529fc47b4c72b007e9ae508b01e3362dc7b
replace set([...]) by a literal set {...}
Cython/Compiler/Main.py
Cython/Compiler/Optimize.py
tests/run/set.pyx