From: Dag Sverre Seljebotn Date: Sun, 29 Mar 2009 10:57:22 +0000 (+0200) Subject: IndexNode went smoothly to newtemps X-Git-Tag: 0.12.alpha0~346^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7fa1a3b4309478cc1e1aedcbc0db480f1b2bf20b;p=cython.git IndexNode went smoothly to newtemps --- diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py index 65714aee..4913a825 100644 --- a/Cython/Compiler/ExprNodes.py +++ b/Cython/Compiler/ExprNodes.py @@ -1659,7 +1659,7 @@ class PyTempNode(TempNode): # #------------------------------------------------------------------- -class IndexNode(ExprNode): +class IndexNode(NewTempExprNode): # Sequence indexing. # # base ExprNode