projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62cb882
)
cleanup
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 12 Nov 2010 16:49:19 +0000
(17:49 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 12 Nov 2010 16:49:19 +0000
(17:49 +0100)
Cython/Compiler/Optimize.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Optimize.py
b/Cython/Compiler/Optimize.py
index c1ca6173a015cfc0731b7f4d44aa8d7b8eb999ef..1039053aa98626e61c15408f46f780580d9772c9 100644
(file)
--- a/
Cython/Compiler/Optimize.py
+++ b/
Cython/Compiler/Optimize.py
@@
-2975,7
+2975,6
@@
class ConstantFolding(Visitor.VisitorTransform, SkipDeclarations):
new_node.value = node.constant_result
else:
new_node.value = str(node.constant_result)
- #new_node = new_node.coerce_to(node.type, self.current_scope)
return new_node
def visit_PrimaryCmpNode(self, node):