Performance regression in 3.9 around **kwargs handling
there are two test_pypy_c.test_call
failures around **kwargs
handling on 3.9 at the moment, due to the changes in bytecode generated for **kwargs
. This means that **kwargs
handling can be somewhat slower in certain situations.
I am trying to fix them on the speedup-dict-copy
branch, but it's not ready yet.