diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2019-01-11 18:01:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-11 18:01:42 +0200 |
commit | 2a39d251f07d4c620e3b9a1848e3d1eb3067be64 (patch) | |
tree | 23c1e8e63e57945fab6127d31800b7578795e14b /Python/ceval.c | |
parent | 4fa9591025b6a098f3d6402e5413ee6740ede6c5 (diff) | |
download | cpython-git-2a39d251f07d4c620e3b9a1848e3d1eb3067be64.tar.gz |
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
Use _PyArg_CheckPositional() and inlined code instead of
PyArg_UnpackTuple() and _PyArg_UnpackStack() if all parameters
are positional and use the "object" converter.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions