projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32c52d8
)
moved CoercionNode to new temps (fixes 8 tests)
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 30 Nov 2008 06:07:20 +0000
(07:07 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 30 Nov 2008 06:07:20 +0000
(07:07 +0100)
Cython/Compiler/ExprNodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/ExprNodes.py
b/Cython/Compiler/ExprNodes.py
index 51fc3a48fef24c1047dacbc0dd0f600d89173e31..2c98c10e19b827563b48dfe5a692a672ae80013f 100644
(file)
--- a/
Cython/Compiler/ExprNodes.py
+++ b/
Cython/Compiler/ExprNodes.py
@@
-4513,7
+4513,7
@@
def binop_node(pos, operator, operand1, operand2):
#
#-------------------------------------------------------------------
-class CoercionNode(ExprNode):
+class CoercionNode(
NewTemp
ExprNode):
# Abstract base class for coercion nodes.
#
# arg ExprNode node being coerced