delete _importlib_modulespec (#5350)

* delete _importlib_modulespec

* use typing_extensions.runtime_checkable
This commit is contained in:
Akuli
2021-05-06 17:13:35 +03:00
committed by GitHub
parent bb5fb845f2
commit e66b7fa660
6 changed files with 46 additions and 68 deletions

View File

@@ -12,7 +12,6 @@ _collections_abc.Mapping.get # Adding None to the Union messed up mypy
_collections_abc.Sequence.index # Supporting None in end is not mandatory
_csv.Dialect.__init__ # C __init__ signature is inaccurate
_dummy_threading
_importlib_modulespec
_threading_local.local.__new__
_typeshed.* # Utility types for typeshed, doesn't exist at runtime
abc.abstractclassmethod