• Victor Stinner's avatar
    Issue #28839: Optimize function_call() · 6f7c0ae4
    Victor Stinner yazdı
    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).
    6f7c0ae4
funcobject.c 29.1 KB