mhammond / pywin32

Python for Windows (pywin32) Extensions
5.01k stars 792 forks source link

Fix some importlib usages #2123

Closed Avasam closed 11 months ago

Avasam commented 1 year ago

See https://github.com/python/typeshed/pull/10746#issuecomment-1730371768 as to why importing directly from importlib shouldn't be relied on for importlib.machinery, importlib.util and importlib.abc. Mypy & Pyright (see #2102) will also catch the two issues fixed here.