Closed
Description
This issue is supposed to track when we can start to use parameter specification variables (PEP 612) in typeshed. Support is needed in released versions of:
- mypy (PEP 612 tracking issue mypy#8645)
- basic
ParamSpec
support -
Concatenate
support (PEP-612 Concatenate not recognized properly mypy#11833) - Parameterising classes with
ParamSpec
(Class Generic ParamSpec cannot be used in Callable mypy#12011)
- basic
- pytype (Support PEP 612: Parameter Specification Variables google/pytype#786)
- pyright (Implement PEP 612 microsoft/pyright#654)
- pyre
- PyCharm (PY-49935)