[issue41559] Add support for PEP 612 (Parameter Specification Variables) to typing.py

Ken Jin report at bugs.python.org
Wed Apr 28 11:47:23 EDT 2021


Ken Jin <kenjin4096 at gmail.com> added the comment:

The last of the patches have landed. Guido, thank you so much for helping me through this 5 month long process. Please enjoy your vacation!

PS: I need to send in a bugfix for typing.py later to ignore ``ParamSpec`` in the ``__parameters__`` of invalid locations like ``typing.List`` (this just ensures consistency with the builtin ``list``). That can be done as a bugfix patch after the 3.10 beta freeze (as it isn't a new feature at all). I'll open a new issue after beta 1 for that when you're back. Thanks!

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41559>
_______________________________________


More information about the Python-bugs-list mailing list