moved CoercionNode to new temps (fixes 8 tests)
authorStefan Behnel <scoder@users.berlios.de>
Sun, 30 Nov 2008 06:07:20 +0000 (07:07 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 30 Nov 2008 06:07:20 +0000 (07:07 +0100)
Cython/Compiler/ExprNodes.py

index 51fc3a48fef24c1047dacbc0dd0f600d89173e31..2c98c10e19b827563b48dfe5a692a672ae80013f 100644 (file)
@@ -4513,7 +4513,7 @@ def binop_node(pos, operator, operand1, operand2):
 #
 #-------------------------------------------------------------------
 
-class CoercionNode(ExprNode):
+class CoercionNode(NewTempExprNode):
     #  Abstract base class for coercion nodes.
     #
     #  arg       ExprNode       node being coerced