diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-04-19 22:54:37 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-04-19 22:54:37 +0200 |
commit | 0b2e98d53dab5023d4df5a276e42ea3dab30982b (patch) | |
tree | eb6ff40bf98671e4f8d7f633feebd01de87e3ef5 /Python/ast.c | |
parent | 201c4ecf180c5318d9ec40062e34943570c5fa32 (diff) | |
download | cpython-git-0b2e98d53dab5023d4df5a276e42ea3dab30982b.tar.gz |
Optimize func(*tuple) function call
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.
Diffstat (limited to 'Python/ast.c')
0 files changed, 0 insertions, 0 deletions