SIGN IN SIGN UP

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.
G
Guido van Rossum committed
c13f724af0a09d515efae57b902a1270b6aba4ac
Parent: 4993188