This issue is supposed to track when we can start to use builtin generics ([PEP 585](https://www.python.org/dev/peps/pep-0585/)) in typeshed. Support is needed in released versions of: * [x] mypy (python/mypy#7907), mostly works except: * [x] tuples containing ... (python/mypy#9980) * [x] generic type (python/mypy#10303) * [x] as base classes (python/mypy#10731) * [X] pytype * [x] pyright * [x] pyre * [X] PyCharm Also, type aliases are a problem, although this might need `TypeAlias` support (#4913).
This issue is supposed to track when we can start to use builtin generics (PEP 585) in typeshed. Support is needed in released versions of:
Also, type aliases are a problem, although this might need
TypeAliassupport (#4913).