FlattenInListTransform leaks, disable until #199 is fixed
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Thu, 29 Jan 2009 21:03:54 +0000 (22:03 +0100)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Thu, 29 Jan 2009 21:03:54 +0000 (22:03 +0100)
Cython/Compiler/Main.py

index ebdad27562bdc79c6e157bb49d1783badc1246e6..011d041aa8aef8327e7a07c010cc09727da4cc42 100644 (file)
@@ -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),