| commit | 6f7c0ae46d66593b4ca0f248b94b9e1d567114bb | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Tue Jan 03 01:58:17 2017 +0100 |
| committer | Victor Stinner <victor.stinner@gmail.com> | Tue Jan 03 01:58:17 2017 +0100 |
| tree | ef4dff87f24514fe917ba615dff933ca248e33aa | |
| parent | b03beefb24322ba5bf75e50af00350afb6512731 [diff] |
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).