Commit 49c69da4 authored by Stefan Behnel's avatar Stefan Behnel

make AttributeNode a NewTempExprNode

parent fcac9282
......@@ -2587,7 +2587,7 @@ class AsTupleNode(ExprNode):
code.put_gotref(self.py_result())
class AttributeNode(ExprNode):
class AttributeNode(NewTempExprNode):
# obj.attribute
#
# obj ExprNode
......
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