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 abarry, alegonz, levkivskyi, serhiy.storchaka, steven.daprano
Date 2019-10-07.10:18:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570443515.49.0.686434781206.issue28869@roundup.psfhosted.org>
In-reply-to
Content
There is a simpler way to fix this issue. Instead of hacking __new__, the inheritance registry can be set up in ABCMeta.__init__. There are no reasons of making this in __new__.
History
Date User Action Args
2019-10-07 10:18:35serhiy.storchakasetrecipients: + serhiy.storchaka, steven.daprano, levkivskyi, abarry, alegonz
2019-10-07 10:18:35serhiy.storchakasetmessageid: <1570443515.49.0.686434781206.issue28869@roundup.psfhosted.org>
2019-10-07 10:18:35serhiy.storchakalinkissue28869 messages
2019-10-07 10:18:35serhiy.storchakacreate