pywin32 icon indicating copy to clipboard operation
pywin32 copied to clipboard

Avoid more exception raising hacks (old Python 2 code)

Open Avasam opened this issue 11 months ago • 0 comments

These are more exception raising hacks I didn't see when I did https://github.com/mhammond/pywin32/pull/2350 Also solves a few "possibly unbound/undefined" variables as seen by checkers. Changes some while loops into for loops.

Avasam avatar Jan 15 '25 23:01 Avasam