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 xiang.zhang
Recipients Arfrever, alex, doko, pitrou, python-dev, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-06-27.02:21:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466994088.19.0.308124940867.issue22079@psf.upfronthosting.co.za>
In-reply-to
Content
Oh yes. The mro list can be customized so we can not even guarantee the type appears at index 0 and object at index n-1. It seems we should still keep what it is now, iterating the whole mro list.

Sorry that my previous comments seem to be noise. But maybe we can add one comment to clarify that iterating the whole list is needed.
History
Date User Action Args
2016-06-27 02:21:28xiang.zhangsetrecipients: + xiang.zhang, doko, pitrou, vstinner, Arfrever, alex, python-dev, serhiy.storchaka
2016-06-27 02:21:28xiang.zhangsetmessageid: <1466994088.19.0.308124940867.issue22079@psf.upfronthosting.co.za>
2016-06-27 02:21:28xiang.zhanglinkissue22079 messages
2016-06-27 02:21:27xiang.zhangcreate