From f4e29a0b7d23a20ff9cff8d8bdb170b8229ee05f Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Thu, 29 Jan 2009 22:49:30 +0100 Subject: [PATCH] reanabled FlattenInListTransform --- 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 011d041a..ebdad275 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