diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-08-22 12:29:42 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-08-22 12:29:42 +0200 |
commit | 2eedc119c211a793d0c9a0beb1abd4bb12e0802e (patch) | |
tree | 694f45281e7eeeab91a58024632e3c3f711d5c4d /Python/strdup.c | |
parent | 0add84b9b855c10e9c6434286c2b1157a754a39f (diff) | |
download | cpython-git-2eedc119c211a793d0c9a0beb1abd4bb12e0802e.tar.gz |
Optimize call to Python function without argument
Issue #27128. When a Python function is called with no arguments, but all
parameters have a default value: use default values as arguments for the fast
path.
Diffstat (limited to 'Python/strdup.c')
0 files changed, 0 insertions, 0 deletions