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, kj
Date 2020-12-09.21:33:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607549590.4.0.0123363051622.issue41559@roundup.psfhosted.org>
In-reply-to
Content
I wrote

class C(Generic[T, P]): ...

and was surprised that C.__parameters__ was (T,) instead of (T, P).
History
Date User Action Args
2020-12-09 21:33:10gvanrossumsetrecipients: + gvanrossum, kj
2020-12-09 21:33:10gvanrossumsetmessageid: <1607549590.4.0.0123363051622.issue41559@roundup.psfhosted.org>
2020-12-09 21:33:10gvanrossumlinkissue41559 messages
2020-12-09 21:33:10gvanrossumcreate