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 | aeb36518375e829b3f84f58775c6991bf4f92514 (patch) | |
tree | 5cbfe9b24e79331616fbdf787a37ff0328152d28 /install-sh | |
parent | 36b536afbf9f8adfc6511521bb8596ad7762a247 (diff) | |
download | cpython-aeb36518375e829b3f84f58775c6991bf4f92514.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 'install-sh')
0 files changed, 0 insertions, 0 deletions