diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-08-22 10:29:42 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-08-22 10:29:42 (GMT) |
commit | 2eedc119c211a793d0c9a0beb1abd4bb12e0802e (patch) | |
tree | 694f45281e7eeeab91a58024632e3c3f711d5c4d /Misc | |
parent | 0add84b9b855c10e9c6434286c2b1157a754a39f (diff) | |
download | cpython-2eedc119c211a793d0c9a0beb1abd4bb12e0802e.zip cpython-2eedc119c211a793d0c9a0beb1abd4bb12e0802e.tar.gz cpython-2eedc119c211a793d0c9a0beb1abd4bb12e0802e.tar.bz2 |
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 'Misc')
0 files changed, 0 insertions, 0 deletions