]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26802: Optimized calling a function with *args only positional arguments.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 19 Apr 2016 20:37:17 +0000 (23:37 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 19 Apr 2016 20:37:17 +0000 (23:37 +0300)
commit79d6e8de9e07f31da726c28819e3506d38b22f1e
tree5db66f958462589a7d2ae9baec74b8badb6f91e9
parent5bfe0da80840bf6a0edcf7be2482ac584125ede1
Issue #26802: Optimized calling a function with *args only positional arguments.
Patch by Joe Jevnik.
Python/ceval.c