]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35582: Inline arguments tuple unpacking in handwritten code. (GH-11524)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 12 Jan 2019 06:25:41 +0000 (08:25 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Jan 2019 06:25:41 +0000 (08:25 +0200)
commit793426687509be24a42663a27e568cc92dcc07f6
tree905154eb18d4d654b3c0d295f571b96e6250c75b
parentcb08a71c5c534f33d9486677534dafb087c30e8c
bpo-35582: Inline arguments tuple unpacking in handwritten code. (GH-11524)

Inline PyArg_UnpackTuple() and _PyArg_UnpackStack() in performance
sensitive code in the builtins and operator modules.
Modules/_operator.c
Python/bltinmodule.c