pytype icon indicating copy to clipboard operation
pytype copied to clipboard

Support PEP 612: Parameter Specification Variables

Open rchen152 opened this issue 5 years ago • 3 comments

PEP: https://www.python.org/dev/peps/pep-0612/

As a simple first step, we should add ParamSpec and Concatenate to the typing stub so typeshed can start using them (https://github.com/python/typeshed/issues/4827).

rchen152 avatar Jan 07 '21 08:01 rchen152

Assigning to myself to implement the "first step" described above, to unblock typeshed.

rchen152 avatar Feb 23 '21 02:02 rchen152

It's now possible to use a ParamSpec or Concatenate as the first argument to a Callable in type stubs.

rchen152 avatar Apr 02 '21 01:04 rchen152