mirror of
https://github.com/python/cpython.git
synced 2026-05-18 18:33:57 -04:00
ea837931cf
My tests don't show the promised speed up of 10%. The code is as fast as the old code for simple cases and slightly faster for complex cases with several of args and kwargs. But the patch simplifies the code, too.