mhammond / pywin32

Python for Windows (pywin32) Extensions
4.9k stars 783 forks source link

Prefer unpacking over concatenating #2230

Open Avasam opened 3 months ago

Avasam commented 3 months ago

This also opens the door to using more tuples and generators in these places for further optimizations Used Ruff to find these and prevent regressions

Closes #775