From 57e4083692a5bf112c927f9fa741e6249f9a1b6e Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 5 Dec 2008 12:22:53 +0100 Subject: [PATCH] disabled in-list transform again as the CloneNode still breaks the current temps --- 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 14cc6a63..330e7554 100644 --- a/Cython/Compiler/Main.py +++ b/Cython/Compiler/Main.py @@ -114,7 +114,7 @@ class Context: _specific_post_parse, InterpretCompilerDirectives(self, self.pragma_overrides), _align_function_definitions, - FlattenInListTransform(), +# FlattenInListTransform(), WithTransform(self), DecoratorTransform(self), AnalyseDeclarationsTransform(self), -- 2.26.2