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 Ilya.Kulakov
Recipients Ilya.Kulakov
Date 2017-11-28.23:08:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511910516.32.0.213398074469.issue32162@psf.upfronthosting.co.za>
In-reply-to
Content
Nah, that's a bad one: you cannot use Generic classes as intended by specifying types.

It looks like it happens because cls._grog is not yet set properly by the time __init_subclass__ is called.
History
Date User Action Args
2017-11-28 23:08:36Ilya.Kulakovsetrecipients: + Ilya.Kulakov
2017-11-28 23:08:36Ilya.Kulakovsetmessageid: <1511910516.32.0.213398074469.issue32162@psf.upfronthosting.co.za>
2017-11-28 23:08:36Ilya.Kulakovlinkissue32162 messages
2017-11-28 23:08:36Ilya.Kulakovcreate