cython-devel

changeset 3627:195c170ee761 tip

Disable FlattenInListTransform
author Robert Bradshaw <robertwb@math.washington.edu>
date Sat Jul 31 14:10:52 2010 -0700 (12 hours ago)
parents b76f49c24e47
children
files Cython/Compiler/Main.py
line diff
1.1 --- a/Cython/Compiler/Main.py Sat Jul 31 13:40:32 2010 -0700 1.2 +++ b/Cython/Compiler/Main.py Sat Jul 31 14:10:52 2010 -0700 1.3 @@ -138,7 +138,7 @@ 1.4 _align_function_definitions, 1.5 MarkClosureVisitor(self), 1.6 ConstantFolding(), 1.7 - FlattenInListTransform(), 1.8 +# FlattenInListTransform(), 1.9 WithTransform(self), 1.10 DecoratorTransform(self), 1.11 AnalyseDeclarationsTransform(self),