summaryrefslogtreecommitdiff
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2019-01-11 18:01:42 +0200
committerGitHub <noreply@github.com>2019-01-11 18:01:42 +0200
commit2a39d251f07d4c620e3b9a1848e3d1eb3067be64 (patch)
tree23c1e8e63e57945fab6127d31800b7578795e14b /Python/ceval.c
parent4fa9591025b6a098f3d6402e5413ee6740ede6c5 (diff)
downloadcpython-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