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 | da778ce9a4619576587ed97e96041d101c489129 (patch) | |
tree | 26f654ed7e993ded478dab4f6778df3858b63ae8 /Python/pythonrun.c | |
parent | 6d48d0e9462987731b163e1a851dbc2dab520644 (diff) | |
download | cpython-da778ce9a4619576587ed97e96041d101c489129.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/pythonrun.c')
0 files changed, 0 insertions, 0 deletions