projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34e5ca8
)
disabled in-list transform again as the CloneNode still breaks the current temps
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 5 Dec 2008 11:22:53 +0000
(12:22 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 5 Dec 2008 11:22:53 +0000
(12:22 +0100)
Cython/Compiler/Main.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Main.py
b/Cython/Compiler/Main.py
index 14cc6a63fc3ee72305af852cabf15f1b90c978c3..330e7554b475b15483d1a5510a18e9c31e063846 100644
(file)
--- 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),