varargs tempification needs to be done for all varargs, not only Python objects
authorStefan Behnel <scoder@users.berlios.de>
Sat, 29 Jan 2011 08:50:02 +0000 (09:50 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 29 Jan 2011 08:50:02 +0000 (09:50 +0100)
commit1a574df52ceab462e73134d870ab95757ebbe544
treef2125c9f3b14963dd96b4554b293f6d1360c0454
parent473f0da8035edaaa15fd1cad240abca849b9e5a7
varargs tempification needs to be done for all varargs, not only Python objects
Cython/Compiler/ExprNodes.py