From: Dag Sverre Seljebotn Date: Thu, 29 Jan 2009 21:03:54 +0000 (+0100) Subject: FlattenInListTransform leaks, disable until #199 is fixed X-Git-Tag: 0.11.rc~93^2~26^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=33dff6fce9f36f89af6795b41a4f21e2b289a029;p=cython.git FlattenInListTransform leaks, disable until #199 is fixed --- diff --git a/Cython/Compiler/Main.py b/Cython/Compiler/Main.py index ebdad275..011d041a 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),