Commit d69599e4 authored by Stefan Behnel's avatar Stefan Behnel

make TupleNode and ListNode a NewTempExprNode

parent 9fecd15a
...@@ -2713,7 +2713,7 @@ class AttributeNode(ExprNode): ...@@ -2713,7 +2713,7 @@ class AttributeNode(ExprNode):
# #
#------------------------------------------------------------------- #-------------------------------------------------------------------
class SequenceNode(ExprNode): class SequenceNode(NewTempExprNode):
# Base class for list and tuple constructor nodes. # Base class for list and tuple constructor nodes.
# Contains common code for performing sequence unpacking. # Contains common code for performing sequence unpacking.
# #
......
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