From cba29a05a4967c668faabb2fc5a4b6043179cc9a Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Mon, 2 Aug 2010 09:09:03 -0700 Subject: [PATCH] Re-enable DropRefcountingTransform. --- Cython/Compiler/Main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.26.2