mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
c13f724af0
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.