projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eee86b8
)
disable comprehension transform to keep current leaking behaviour of comprehension...
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 19 Dec 2008 13:45:56 +0000
(14:45 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 19 Dec 2008 13:45:56 +0000
(14:45 +0100)
Cython/Compiler/Main.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Main.py
b/Cython/Compiler/Main.py
index fa1b33cb4a7a5f4e01896b4ac0e3106bbb5ad7bf..ebdad27562bdc79c6e157bb49d1783badc1246e6 100644
(file)
--- a/
Cython/Compiler/Main.py
+++ b/
Cython/Compiler/Main.py
@@
-125,7
+125,7
@@
class Context:
AnalyseExpressionsTransform(self),
FlattenBuiltinTypeCreation(),
ConstantFolding(),
- ComprehensionTransform(),
+
#
ComprehensionTransform(),
IterationTransform(),
SwitchTransform(),
FinalOptimizePhase(self),