diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-01-17 01:42:54 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-01-17 01:42:54 +0100 |
commit | 0c8c3893ae29fab8ce9db0c2f5b52acbe89032e1 (patch) | |
tree | 86e701e8cde526f18fc8b6323dafd2ea2c2d457b /Python/structmember.c | |
parent | 998c20962ca3e2e693c1635efe76c0144dde76fc (diff) | |
download | cpython-git-0c8c3893ae29fab8ce9db0c2f5b52acbe89032e1.tar.gz |
Argument Clinic: Use METH_FASTCALL for positionals
Issue #29286. Use METH_FASTCALL calling convention instead of METH_VARARGS to
parse position arguments. METH_FASTCALL is faster since it avoids the creation
of a temporary tuple to pass positional arguments.
Diffstat (limited to 'Python/structmember.c')
0 files changed, 0 insertions, 0 deletions