use PyObject_Call() instead of _CallObject() just as Python calls it internally,...
authorStefan Behnel <scoder@users.berlios.de>
Mon, 14 Jan 2008 11:35:47 +0000 (12:35 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 14 Jan 2008 11:35:47 +0000 (12:35 +0100)
commitf669064af07e9e536e5ce97ef6ca9b450f769927
tree9f6cdad780653c6def74a53fb8c0d0e9c0a84be9
parentc195bea0e1237455795f1cd69636c5e0bcba15a5
use PyObject_Call() instead of _CallObject() just as Python calls it internally, speedup of about 5%
Cython/Compiler/ExprNodes.py