Message 104229 - Python tracker
Message104229
| Author | vstinner |
|---|---|
| Recipients | flox, pitrou, vstinner |
| Date | 2010-04-26.12:47:23 |
| SpamBayes Score | 2.0315451e-06 |
| Marked as misclassified | No |
| Message-id | <1272286044.93.0.811857583754.issue8533@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> A better resolution IMO would be to output tracebacks on stderr instead. Yeah, that sounds easier and safer. Attached patch writes the tracebacks to stderr. I don't remember how to reproduce this issue :-/ I guess that stdout/stderr encoding should be ASCII (eg. LANG="") and the traceback (eg. the error message) should contain a non-ASCII character. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-04-26 12:47:25 | vstinner | set | recipients: + vstinner, pitrou, flox |
| 2010-04-26 12:47:24 | vstinner | set | messageid: <1272286044.93.0.811857583754.issue8533@psf.upfronthosting.co.za> |
| 2010-04-26 12:47:23 | vstinner | link | issue8533 messages |
| 2010-04-26 12:47:23 | vstinner | create | |