summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-01-17 02:35:41 +0100
committerVictor Stinner <victor.stinner@gmail.com>2017-01-17 02:35:41 +0100
commitfb6c0453c94178df82be764dd66a8957e3b8b2b9 (patch)
tree5f756a2c73caa708188d4e0faea3f3472869b2d4 /Python
parent1dde4af8a283e03ccfe2766c9cfd1a4d0a983d65 (diff)
downloadcpython-fb6c0453c94178df82be764dd66a8957e3b8b2b9.tar.gz
Argument Clinic: Use METH_FASTCALL for boring positionals
Issue #29286. Use METH_FASTCALL calling convention instead of METH_VARARGS to parse "boring" position arguments. METH_FASTCALL is faster since it avoids the creation of a temporary tuple to pass positional arguments. Replace PyArg_UnpackTuple() with _PyArg_UnpackStack()+_PyArg_NoStackKeywords().
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions