This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients gvanrossum
Date 2020-08-15.18:36:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597516564.62.0.520187732663.issue41559@roundup.psfhosted.org>
In-reply-to
Content
We need stub versions of ParamSpec and Concatenate added to typing.py, plus tests that ensure these actually work in all situations required by the PEP. (It's not so important to ensure that they raise exceptions at runtime in cases where the PEP says they needn't work -- static type checkers will flag those better.)
History
Date User Action Args
2020-08-15 18:36:04gvanrossumsetrecipients: + gvanrossum
2020-08-15 18:36:04gvanrossumsetmessageid: <1597516564.62.0.520187732663.issue41559@roundup.psfhosted.org>
2020-08-15 18:36:04gvanrossumlinkissue41559 messages
2020-08-15 18:36:04gvanrossumcreate