Commit 324882b8 authored by Stefan Behnel's avatar Stefan Behnel

moved CoercionNode to new temps (fixes 8 tests)

parent 32c52d84
...@@ -4513,7 +4513,7 @@ def binop_node(pos, operator, operand1, operand2): ...@@ -4513,7 +4513,7 @@ def binop_node(pos, operator, operand1, operand2):
# #
#------------------------------------------------------------------- #-------------------------------------------------------------------
class CoercionNode(ExprNode): class CoercionNode(NewTempExprNode):
# Abstract base class for coercion nodes. # Abstract base class for coercion nodes.
# #
# arg ExprNode node being coerced # arg ExprNode node being coerced
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment