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 Cheukting, serhiy.storchaka
Date 2021-07-22.18:00:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626976818.62.0.45703548452.issue44710@roundup.psfhosted.org>
In-reply-to
Content
Because super().__init__(name, bases, nmspc) does not have any effect. Type is created by the metaclass' __new__ method, and the __init__ method is virtually no-op.
History
Date User Action Args
2021-07-22 18:00:18serhiy.storchakasetrecipients: + serhiy.storchaka, Cheukting
2021-07-22 18:00:18serhiy.storchakasetmessageid: <1626976818.62.0.45703548452.issue44710@roundup.psfhosted.org>
2021-07-22 18:00:18serhiy.storchakalinkissue44710 messages
2021-07-22 18:00:18serhiy.storchakacreate