when deciding if function argument must be moved into temps, ignore if the first...
authorStefan Behnel <scoder@users.berlios.de>
Fri, 28 Jan 2011 21:06:49 +0000 (22:06 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 28 Jan 2011 21:06:49 +0000 (22:06 +0100)
commitf726f4096d17fa7b6f2a86da0c6f0396bd3c75ac
treeafc3e3e1e9b9267ae40414d5783d8621d1299510
parentedc1897347edf6abb375098d944c2d7b58257622
when deciding if function argument must be moved into temps, ignore if the first argument is a temp as it will be evaluated first anyway
Cython/Compiler/ExprNodes.py