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, levkivskyi, miss-islington, serhiy.storchaka
Date 2021-07-28.14:59:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627484354.08.0.397909132228.issue44098@roundup.psfhosted.org>
In-reply-to
Content
@Serhiy, could you please briefly describe what you are planning? I'm guessing you're generalizing for _TypeVarLike?

My main concern is that we should have as few differences between builtin and typing types as possible. typing.List is deprecated and set to remove in Python 3.13/14, so I'm hoping the transition will be fairly painless.

Originally, the builtin types supported ParamSpec, but I removed that in GH-25449 for various reasons listed in that PR.
History
Date User Action Args
2021-07-28 14:59:14kjsetrecipients: + kj, gvanrossum, serhiy.storchaka, levkivskyi, miss-islington
2021-07-28 14:59:14kjsetmessageid: <1627484354.08.0.397909132228.issue44098@roundup.psfhosted.org>
2021-07-28 14:59:14kjlinkissue44098 messages
2021-07-28 14:59:14kjcreate