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 georg.brandl
Recipients andrea.corbellini, belopolsky, georg.brandl, kristjan.jonsson, pitrou, ysj.ray
Date 2010-07-29.16:57:54
SpamBayes Score 0.033846192
Marked as misclassified No
Message-id <1280422676.21.0.649697037819.issue9417@psf.upfronthosting.co.za>
In-reply-to
Content
This is not so easy: the __mro__ tuple, as its name says, is used internally for method resolution, or finding attributes on the type's bases. __objclass__ is used whenever the descriptor is accessed.  These operations are involved in every method call.

If you want this to go somewhere, you will have to produce a patch and demonstrate that the slowdown does not unsuitably impact performance.
History
Date User Action Args
2010-07-29 16:57:56georg.brandlsetrecipients: + georg.brandl, belopolsky, pitrou, kristjan.jonsson, andrea.corbellini, ysj.ray
2010-07-29 16:57:56georg.brandlsetmessageid: <1280422676.21.0.649697037819.issue9417@psf.upfronthosting.co.za>
2010-07-29 16:57:54georg.brandllinkissue9417 messages
2010-07-29 16:57:54georg.brandlcreate