mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
8c22eba877
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.
Source files for various builtin objects