projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
290e895
)
Disable FlattenInListTransform
author
Robert Bradshaw
<robertwb@math.washington.edu>
Sat, 31 Jul 2010 21:10:52 +0000
(14:10 -0700)
committer
Robert Bradshaw
<robertwb@math.washington.edu>
Sat, 31 Jul 2010 21:10:52 +0000
(14:10 -0700)
Cython/Compiler/Main.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Main.py
b/Cython/Compiler/Main.py
index 539cada38f49446afa816d2c63f89a5437dcc752..5a58bf7d41f539be9fc26241404deb22ef802784 100644
(file)
--- a/
Cython/Compiler/Main.py
+++ b/
Cython/Compiler/Main.py
@@
-138,7
+138,7
@@
class Context(object):
_align_function_definitions,
MarkClosureVisitor(self),
ConstantFolding(),
- FlattenInListTransform(),
+
#
FlattenInListTransform(),
WithTransform(self),
DecoratorTransform(self),
AnalyseDeclarationsTransform(self),