mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 16:14:24 +08:00
- Move Loader and ModuleType into _importlib_modulespec.pyi. - Add "import X as X" for these to types.pyi and importlib/abc.pyi. The goal is to ensure mypy -i still works, to fix https://github.com/python/mypy/issues/1797.