summaryrefslogtreecommitdiffstats
path: root/Modules/mmapmodule.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-01-17 00:42:54 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-01-17 00:42:54 (GMT)
commit0c8c3893ae29fab8ce9db0c2f5b52acbe89032e1 (patch)
tree86e701e8cde526f18fc8b6323dafd2ea2c2d457b /Modules/mmapmodule.c
parent998c20962ca3e2e693c1635efe76c0144dde76fc (diff)
downloadcpython-0c8c3893ae29fab8ce9db0c2f5b52acbe89032e1.zip
cpython-0c8c3893ae29fab8ce9db0c2f5b52acbe89032e1.tar.gz
cpython-0c8c3893ae29fab8ce9db0c2f5b52acbe89032e1.tar.bz2
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 'Modules/mmapmodule.c')
0 files changed, 0 insertions, 0 deletions