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 serhiy.storchaka
Recipients gvanrossum, kj, serhiy.storchaka
Date 2021-07-31.13:31:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627738289.78.0.80035642919.issue44796@roundup.psfhosted.org>
In-reply-to
Content
Adding __parameters__ and __getitem__ in TypeVar and ParamSpec allows to generalize and simplify the code (especially the C code) and allows to add more runtime checks. It may open ways for further simplification.

Unfortunately it is not compatible with issue44098, so the latter changes should be reverted.
History
Date User Action Args
2021-07-31 13:31:29serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, kj
2021-07-31 13:31:29serhiy.storchakasetmessageid: <1627738289.78.0.80035642919.issue44796@roundup.psfhosted.org>
2021-07-31 13:31:29serhiy.storchakalinkissue44796 messages
2021-07-31 13:31:29serhiy.storchakacreate