From: Stefan Behnel Date: Fri, 5 Dec 2008 11:22:53 +0000 (+0100) Subject: disabled in-list transform again as the CloneNode still breaks the current temps X-Git-Tag: 0.11-beta~155 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=57e4083692a5bf112c927f9fa741e6249f9a1b6e;p=cython.git disabled in-list transform again as the CloneNode still breaks the current temps --- 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),