• Victor Stinner's avatar
    Optimize func(*tuple) function call · 0b2e98d5
    Victor Stinner authored
    Issue #26802: Optimize function calls only using unpacking like "func(*tuple)"
    (no other positional argument, no keyword): avoid copying the tuple.
    
    Patch written by Joe Jevnik.
    0b2e98d5
NEWS 339 KB