]> granicus.if.org Git - python/commit
Streamline the fast track for CFunction calls a bit more: there was
authorGuido van Rossum <guido@python.org>
Fri, 16 Aug 2002 16:14:00 +0000 (16:14 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 16 Aug 2002 16:14:00 +0000 (16:14 +0000)
commitc13f724af0a09d515efae57b902a1270b6aba4ac
tree7c90699ab5c6a8cc24a4f542763c6e2f0ef04f0c
parent49931887d7e135190fbcf0119e03419a7101ff7c
Streamline the fast track for CFunction calls a bit more: there was
nothing special done if keyword arguments were present, so test for
that earlier and fall through to the normal case if there are any.
This ought to slow down CFunction calls with keyword args, but I don't
care; it's a tiny (1%) improvement for pystone.
Python/ceval.c