Re-enable DropRefcountingTransform.
authorRobert Bradshaw <robertwb@math.washington.edu>
Mon, 2 Aug 2010 16:09:03 +0000 (09:09 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Mon, 2 Aug 2010 16:09:03 +0000 (09:09 -0700)
Cython/Compiler/Main.py

index 5a58bf7d41f539be9fc26241404deb22ef802784..97dbe5e3c650070ee2c14765f397aaa46ff6ed62 100644 (file)
@@ -155,7 +155,7 @@ class Context(object):
             OptimizeBuiltinCalls(self),  ## Necessary?
             IterationTransform(),
             SwitchTransform(),
-#            DropRefcountingTransform(),
+            DropRefcountingTransform(),
 #            FinalOptimizePhase(self),
             GilCheck(),
             #ClearResultCodes(self),