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 ppperry, serhiy.storchaka
Date 2020-02-17.18:26:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581964005.49.0.131155366169.issue39665@roundup.psfhosted.org>
In-reply-to
Content
Yes, I got the same error message when tried to get such class.

super() is called implicitly by the type constructor to call __init_subclass__ on the parent of a newly generated type.
History
Date User Action Args
2020-02-17 18:26:45serhiy.storchakasetrecipients: + serhiy.storchaka, ppperry
2020-02-17 18:26:45serhiy.storchakasetmessageid: <1581964005.49.0.131155366169.issue39665@roundup.psfhosted.org>
2020-02-17 18:26:45serhiy.storchakalinkissue39665 messages
2020-02-17 18:26:45serhiy.storchakacreate