From: Robert Bradshaw Date: Mon, 2 Aug 2010 16:09:03 +0000 (-0700) Subject: Re-enable DropRefcountingTransform. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cba29a05a4967c668faabb2fc5a4b6043179cc9a;p=cython.git Re-enable DropRefcountingTransform. --- diff --git a/Cython/Compiler/Main.py b/Cython/Compiler/Main.py index 5a58bf7d..97dbe5e3 100644 --- a/Cython/Compiler/Main.py +++ b/Cython/Compiler/Main.py @@ -155,7 +155,7 @@ class Context(object): OptimizeBuiltinCalls(self), ## Necessary? IterationTransform(), SwitchTransform(), -# DropRefcountingTransform(), + DropRefcountingTransform(), # FinalOptimizePhase(self), GilCheck(), #ClearResultCodes(self),