summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-01-03 01:58:17 +0100
committerVictor Stinner <victor.stinner@gmail.com>2017-01-03 01:58:17 +0100
commit6f7c0ae46d66593b4ca0f248b94b9e1d567114bb (patch)
treeef4dff87f24514fe917ba615dff933ca248e33aa /Python
parentb03beefb24322ba5bf75e50af00350afb6512731 (diff)
downloadcpython-git-6f7c0ae46d66593b4ca0f248b94b9e1d567114bb.tar.gz
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')
0 files changed, 0 insertions, 0 deletions