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 JelleZijlstra
Recipients JelleZijlstra, gvanrossum, kj, serhiy.storchaka
Date 2022-01-25.05:40:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643089233.87.0.184304648138.issue44796@roundup.psfhosted.org>
In-reply-to
Content
The linked PR makes `T = TypeVar("T"); T[int]` work. That's not currently meaningful syntax to the type checker, but we may want it in the future for higher-kinded types. I would rather not make this change without a clear static typing use case in mind.
History
Date User Action Args
2022-01-25 05:40:33JelleZijlstrasetrecipients: + JelleZijlstra, gvanrossum, serhiy.storchaka, kj
2022-01-25 05:40:33JelleZijlstrasetmessageid: <1643089233.87.0.184304648138.issue44796@roundup.psfhosted.org>
2022-01-25 05:40:33JelleZijlstralinkissue44796 messages
2022-01-25 05:40:33JelleZijlstracreate