Georg Brandl <ge...@python.org> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9417>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to