commit | 79d6e8de9e07f31da726c28819e3506d38b22f1e | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Apr 19 23:37:17 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Apr 19 23:37:17 2016 +0300 |
tree | 5db66f958462589a7d2ae9baec74b8badb6f91e9 | |
parent | 5bfe0da80840bf6a0edcf7be2482ac584125ede1 [diff] |
Issue #26802: Optimized calling a function with *args only positional arguments. Patch by Joe Jevnik.