do not let set/dict comprehensions leak in Py2, only list comprehensions
authorStefan Behnel <scoder@users.berlios.de>
Tue, 6 Jul 2010 05:20:22 +0000 (07:20 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 6 Jul 2010 05:20:22 +0000 (07:20 +0200)
commitc400bbd5fd088b514a5560d0f113a23b1fe0a44e
tree7b4a99df604577fb70ea7c25ee954efe86be6370
parentbe1cfc622750dcc77687c59becc1672463b30b75
do not let set/dict comprehensions leak in Py2, only list comprehensions
Cython/Compiler/ExprNodes.py
Cython/Compiler/Parsing.py
tests/run/cython3.pyx
tests/run/dictcomp.pyx
tests/run/setcomp.pyx