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 serhiy.storchaka
Recipients Arfrever, The Compiler, martin.panter, r.david.murray, serhiy.storchaka, vstinner
Date 2016-02-17.11:47:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455709627.41.0.586590888935.issue22836@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-02-17 11:47:07serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, Arfrever, r.david.murray, martin.panter, The Compiler
2016-02-17 11:47:07serhiy.storchakasetmessageid: <1455709627.41.0.586590888935.issue22836@psf.upfronthosting.co.za>
2016-02-17 11:47:07serhiy.storchakalinkissue22836 messages
2016-02-17 11:47:06serhiy.storchakacreate