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

make AttributeNode a NewTempExprNode

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