Commit 85164e8e authored by Stefan Behnel's avatar Stefan Behnel

disable comprehension transform to keep current leaking behaviour of comprehension run variables

parent eee86b80
......@@ -125,7 +125,7 @@ class Context:
AnalyseExpressionsTransform(self),
FlattenBuiltinTypeCreation(),
ConstantFolding(),
ComprehensionTransform(),
# ComprehensionTransform(),
IterationTransform(),
SwitchTransform(),
FinalOptimizePhase(self),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment