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 vstinner
Recipients loewis, pitrou, r.david.murray, vstinner
Date 2010-01-31.02:39:27
SpamBayes Score 0.001430059
Marked as misclassified No
Message-id <1264905568.85.0.674534112129.issue7606@psf.upfronthosting.co.za>
In-reply-to
Content
pitrou> If it's only about transmitting the string representation of the
pitrou> traceback, perhaps we can simply use "replace" or "ignore" as the error
pitrou> handler?

Both replace and ignore loose information. My patch keeps all information by using backslashreplace. It's consistent with Python behaviour: Python writes a backtrace to stderr which uses also the backslashreplace error handler.
History
Date User Action Args
2010-01-31 02:39:29vstinnersetrecipients: + vstinner, loewis, pitrou, r.david.murray
2010-01-31 02:39:28vstinnersetmessageid: <1264905568.85.0.674534112129.issue7606@psf.upfronthosting.co.za>
2010-01-31 02:39:27vstinnerlinkissue7606 messages
2010-01-31 02:39:27vstinnercreate