diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-01-03 00:58:17 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-01-03 00:58:17 (GMT) |
commit | 6f7c0ae46d66593b4ca0f248b94b9e1d567114bb (patch) | |
tree | ef4dff87f24514fe917ba615dff933ca248e33aa /Python/ceval.c | |
parent | b03beefb24322ba5bf75e50af00350afb6512731 (diff) | |
download | cpython-6f7c0ae46d66593b4ca0f248b94b9e1d567114bb.zip cpython-6f7c0ae46d66593b4ca0f248b94b9e1d567114bb.tar.gz cpython-6f7c0ae46d66593b4ca0f248b94b9e1d567114bb.tar.bz2 |
Issue #28839: Optimize function_call()
function_call() now simply calls _PyFunction_FastCallDict().
_PyFunction_FastCallDict() is more efficient: it contains fast paths for the
common case (optimized code object and no keyword argument).
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions