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 AlexWaygood, barry, eli.bendersky, ethan.furman, serhiy.storchaka
Date 2021-10-21.19:33:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
There may be a simple error (superfluous .__class__), but I am not sure.

BTW, why use mro() instead of __mro__? Most code use __mro__.
History
Date User Action Args
2021-10-21 19:33:43serhiy.storchakasetrecipients: + serhiy.storchaka, barry, eli.bendersky, ethan.furman, AlexWaygood
2021-10-21 19:33:42serhiy.storchakasetmessageid: <[email protected]>
2021-10-21 19:33:42serhiy.storchakalinkissue45535 messages
2021-10-21 19:33:42serhiy.storchakacreate