Jim Jewett <jimjjew...@gmail.com> added the comment:

When does the performance hit occur?

If it is only when an exception has been raised, and its own class is not 
listed by the except clause, then I personally wouldn't worry about it; tracing 
the MRO *could* get arbitrarily long already; it just doesn't in practice.  The 
same should be true of virtual subclassing.

On the other hand, if it adds another module or three to the required startup 
set, that might be a concern...

----------
nosy: +Jim.Jewett

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

Reply via email to