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 kj
Recipients gvanrossum, kj
Date 2020-12-08.23:44:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAOMZG7h+-8eiu6hty49J9o5s8tgT=sRbAcZquuAZRoA-mc7Daw@mail.gmail.com>
In-reply-to <1607458243.25.0.781268189698.issue41559@roundup.psfhosted.org>
Content
I have a one question:
Should ParamSpec be treated as a type of TypeVar? This mostly pertains to
adding it to __parameters__ of generic aliases. Type substitution/chaining,
seems inappropiate for it right now.

Thanks for your help!
History
Date User Action Args
2020-12-08 23:44:35kjsetrecipients: + kj, gvanrossum
2020-12-08 23:44:35kjlinkissue41559 messages
2020-12-08 23:44:34kjcreate