projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fecd15
)
make TupleNode and ListNode a NewTempExprNode
author
Stefan Behnel
<scoder@users.berlios.de>
Wed, 26 Nov 2008 20:02:16 +0000
(21:02 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Wed, 26 Nov 2008 20:02:16 +0000
(21:02 +0100)
Cython/Compiler/ExprNodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/ExprNodes.py
b/Cython/Compiler/ExprNodes.py
index a6e381e8afb7a1392627aee870f5434b35c0cf98..78fd7779375e904d2720d4262e184e861f47d775 100644
(file)
--- a/
Cython/Compiler/ExprNodes.py
+++ b/
Cython/Compiler/ExprNodes.py
@@
-2713,7
+2713,7
@@
class AttributeNode(ExprNode):
#
#-------------------------------------------------------------------
-class SequenceNode(ExprNode):
+class SequenceNode(
NewTemp
ExprNode):
# Base class for list and tuple constructor nodes.
# Contains common code for performing sequence unpacking.
#