]> granicus.if.org Git - python/commit
Replace PyObject_CallFunction calls with only object args
authorGeorg Brandl <georg@python.org>
Thu, 25 May 2006 19:15:31 +0000 (19:15 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 25 May 2006 19:15:31 +0000 (19:15 +0000)
commit684fd0c8ec0bad54d3ff39ae15873f80e119478b
tree56596aed7bfd401ebe049e566201f75f88150b27
parent3b0cae9cc06374eb7a7159f1328ec700208d6109
Replace PyObject_CallFunction calls with only object args
with PyObject_CallFunctionObjArgs, which is 30% faster.
Modules/cPickle.c
Modules/gcmodule.c
Modules/parsermodule.c
Objects/classobject.c
Objects/typeobject.c
Objects/weakrefobject.c
Python/ceval.c
Python/import.c