diff options
author | Sergey B Kirpichev <skirpichev@gmail.com> | 2024-10-31 13:37:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-31 11:37:03 +0100 |
commit | 8c22eba877225ab29cd64672dcb97f09a5f7336f (patch) | |
tree | ee74e354c3f99cacf2e3a14d56dbc49e8a08d0a5 /Modules/_interpretersmodule.c | |
parent | d07dcce6935364cab807e0df931ed09b088ade69 (diff) | |
download | cpython-8c22eba877225ab29cd64672dcb97f09a5f7336f.tar.gz cpython-8c22eba877225ab29cd64672dcb97f09a5f7336f.zip |
gh-90370: Argument Clinic: avoid temporary tuple creation for varargs (#126064)
Avoid temporary tuple creation when all arguments either positional-only
or vararg.
Objects/setobject.c and Modules/gcmodule.c adapted. This fixes slight
performance regression for set methods, introduced by gh-115112.
Diffstat (limited to 'Modules/_interpretersmodule.c')
0 files changed, 0 insertions, 0 deletions