mirror of
https://github.com/python/cpython.git
synced 2026-01-30 14:46:17 +00:00
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