From d69599e4b69fb31a3cd5a9f2c870ab5454db112b Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 26 Nov 2008 21:02:16 +0100 Subject: [PATCH] make TupleNode and ListNode a NewTempExprNode --- Cython/Compiler/ExprNodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py index a6e381e8..78fd7779 100644 --- a/Cython/Compiler/ExprNodes.py +++ b/Cython/Compiler/ExprNodes.py @@ -2713,7 +2713,7 @@ class AttributeNode(ExprNode): # #------------------------------------------------------------------- -class SequenceNode(ExprNode): +class SequenceNode(NewTempExprNode): # Base class for list and tuple constructor nodes. # Contains common code for performing sequence unpacking. # -- 2.26.2