mhammond / pywin32

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

Fix passing a `float` to `range` in `win32pdhquery.Query.collectdatafor` #2170

Closed Avasam closed 5 months ago

Avasam commented 5 months ago

Fixes #1549 This kind of issue can be caught ahead of time by type-checkers.