Commit 9255da38 authored by Stefan Behnel's avatar Stefan Behnel

reenable optimisations to prevent their tests from failing, tiny cleanup

parent 86f38e66
...@@ -155,12 +155,10 @@ class Context(object): ...@@ -155,12 +155,10 @@ class Context(object):
OptimizeBuiltinCalls(self), ## Necessary? OptimizeBuiltinCalls(self), ## Necessary?
IterationTransform(), IterationTransform(),
SwitchTransform(), SwitchTransform(),
# DropRefcountingTransform(), DropRefcountingTransform(),
# FinalOptimizePhase(self), FinalOptimizePhase(self),
GilCheck(), GilCheck(),
#ClearResultCodes(self), #ClearResultCodes(self),
#SpecialFunctions(self),
#CreateClosureClasses(context),
] ]
def create_pyx_pipeline(self, options, result, py=False): def create_pyx_pipeline(self, options, result, py=False):
......
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