Commit cba29a05 authored by Robert Bradshaw's avatar Robert Bradshaw

Re-enable DropRefcountingTransform.

parent 678c8168
...@@ -155,7 +155,7 @@ class Context(object): ...@@ -155,7 +155,7 @@ 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),
......
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