diff options
author | 2017-01-17 01:42:54 +0100 | |
---|---|---|
committer | 2017-01-17 01:42:54 +0100 | |
commit | 0c8c3893ae29fab8ce9db0c2f5b52acbe89032e1 (patch) | |
tree | 86e701e8cde526f18fc8b6323dafd2ea2c2d457b /Modules/clinic/_gdbmmodule.c.h | |
parent | _PyStack_UnpackDict() now returns -1 on error (diff) | |
download | cpython-0c8c3893ae29fab8ce9db0c2f5b52acbe89032e1.tar.gz cpython-0c8c3893ae29fab8ce9db0c2f5b52acbe89032e1.tar.bz2 cpython-0c8c3893ae29fab8ce9db0c2f5b52acbe89032e1.zip |
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/clinic/_gdbmmodule.c.h')
0 files changed, 0 insertions, 0 deletions