diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-01-03 02:01:42 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-01-03 02:01:42 +0100 |
commit | 865a0f621fae0a63f0db186d9b7f30d1cebfa1de (patch) | |
tree | d7a95e54381e1729f431896a6b2812b63a39d8f2 /Python/errors.c | |
parent | 6f7c0ae46d66593b4ca0f248b94b9e1d567114bb (diff) | |
download | cpython-git-865a0f621fae0a63f0db186d9b7f30d1cebfa1de.tar.gz |
Optimize _PyFunction_FastCallDict() when kwargs is {}
Issue #28839: Optimize _PyFunction_FastCallDict() when kwargs is an empty
dictionary, avoid the creation of an useless empty tuple.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions