Eric Snow added the comment:

As far as I'm aware, the performance of __repr__() for any object is not much 
of a concern.  Repr is mostly for debugging and interactive use, so it's 
already fast/efficient enough for the target consumers: us. :)  Making 
__repr__() easier to write or maintain is worth it as long as benefit outweighs 
the cost of the churn.

----------
nosy: +eric.snow

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

Reply via email to