Serhiy Storchaka added the comment:

This may be a part of more general issue. Should repr() fail at all? Wouldn't 
be better to fall back to the default __repr__ instead? repr() is typically 
used for debugging. Failing repr() can be a part of larger __repr__, thus 
raising an exception in subobject's repr() leads to the loss of information 
about full object.

----------
nosy: +serhiy.storchaka

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

Reply via email to