SIGN IN SIGN UP

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.
S
Sergey B Kirpichev committed
8c22eba877225ab29cd64672dcb97f09a5f7336f
Parent: d07dcce
Committed by GitHub <noreply@github.com> on 10/31/2024, 10:37:03 AM