summaryrefslogtreecommitdiffstats
path: root/Modules/cjkcodecs/clinic
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-01-17 01:35:41 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-01-17 01:35:41 (GMT)
commit093119e4eb8424451ef24a5a5a3ce9881d77abd5 (patch)
treecfd621572f359d8e9ca23d74b4b262943e42a4e3 /Modules/cjkcodecs/clinic
parentfe54dd8a08b171c20bafe0759c17464a2642030d (diff)
downloadcpython-093119e4eb8424451ef24a5a5a3ce9881d77abd5.zip
cpython-093119e4eb8424451ef24a5a5a3ce9881d77abd5.tar.gz
cpython-093119e4eb8424451ef24a5a5a3ce9881d77abd5.tar.bz2
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 'Modules/cjkcodecs/clinic')
0 files changed, 0 insertions, 0 deletions