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.

作者 vstinner
收信人 loewis, pitrou, r.david.murray, vstinner
日期 2010-01-31.02:39:27
SpamBayes Score 0.001430059
Marked as misclassified
Message-id <1264905568.85.0.674534112129.issue7606@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2010-01-31 02:39:29vstinner修改recipients: + vstinner, loewis, pitrou, r.david.murray
2010-01-31 02:39:28vstinner修改messageid: <1264905568.85.0.674534112129.issue7606@psf.upfronthosting.co.za>
2010-01-31 02:39:27vstinner链接issue7606 messages
2010-01-31 02:39:27vstinner创建