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 Arfrever, alex, doko, pitrou, python-dev, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-06-26.15:02:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466953347.16.0.791662648648.issue22079@psf.upfronthosting.co.za>
In-reply-to
Content
This is interesting question. It looks that base classes (as well as mro classes) may not go through PyType_Ready. There is no even a check that mro() returns only ancestor classes and contains the initial class itself.
History
Date User Action Args
2016-06-26 15:02:27serhiy.storchakasetrecipients: + serhiy.storchaka, doko, pitrou, vstinner, Arfrever, alex, python-dev, xiang.zhang
2016-06-26 15:02:27serhiy.storchakasetmessageid: <1466953347.16.0.791662648648.issue22079@psf.upfronthosting.co.za>
2016-06-26 15:02:27serhiy.storchakalinkissue22079 messages
2016-06-26 15:02:27serhiy.storchakacreate