消息 [98594]
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:29 | vstinner | 修改 | recipients:
+ vstinner, loewis, pitrou, r.david.murray |
| 2010-01-31 02:39:28 | vstinner | 修改 | messageid: <1264905568.85.0.674534112129.issue7606@psf.upfronthosting.co.za> |
| 2010-01-31 02:39:27 | vstinner | 链接 | issue7606 messages |
| 2010-01-31 02:39:27 | vstinner | 创建 | |
|