Commit c13f724
committed
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.1 parent 4993188 commit c13f724
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1975 | 1975 | | |
1976 | 1976 | | |
1977 | 1977 | | |
1978 | | - | |
| 1978 | + | |
1979 | 1979 | | |
1980 | | - | |
1981 | | - | |
1982 | | - | |
1983 | | - | |
| 1980 | + | |
1984 | 1981 | | |
1985 | 1982 | | |
1986 | 1983 | | |
| |||
0 commit comments