From: Stefan Behnel Date: Thu, 29 Jan 2009 21:49:30 +0000 (+0100) Subject: reanabled FlattenInListTransform X-Git-Tag: 0.11.rc~93^2~25 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f4e29a0b7d23a20ff9cff8d8bdb170b8229ee05f;p=cython.git reanabled FlattenInListTransform --- 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),