-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
project: feature trackerTracks whether a typing feature can be used in typeshed stubsTracks whether a typing feature can be used in typeshed stubs
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)
graingert and Molkree
Metadata
Metadata
Assignees
Labels
project: feature trackerTracks whether a typing feature can be used in typeshed stubsTracks whether a typing feature can be used in typeshed stubs