function argument temping algorithm is smart enough now to no longer require all...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 29 Jan 2011 08:28:35 +0000 (09:28 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 29 Jan 2011 08:28:35 +0000 (09:28 +0100)
commit473f0da8035edaaa15fd1cad240abca849b9e5a7
treeaacff62a6ded82a413f4eb84a2f28ac61abe498e
parentc14533e4a00e789df8d800fa9f4cc099faabb67e
function argument temping algorithm is smart enough now to no longer require all arguments to be simple regardless; varargs need to be temp-ed as well
Cython/Compiler/ExprNodes.py