From: Stefan Behnel Date: Sun, 30 Nov 2008 06:07:20 +0000 (+0100) Subject: moved CoercionNode to new temps (fixes 8 tests) X-Git-Tag: 0.11-beta~174^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=324882b8541c8267c2609d44fe9a0c6de464568d;p=cython.git moved CoercionNode to new temps (fixes 8 tests) --- diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py index 51fc3a48..2c98c10e 100644 --- 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(NewTempExprNode): # Abstract base class for coercion nodes. # # arg ExprNode node being coerced