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 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:25vstinnersetrecipients: + vstinner, pitrou, flox
2010-04-26 12:47:24vstinnersetmessageid: <1272286044.93.0.811857583754.issue8533@psf.upfronthosting.co.za>
2010-04-26 12:47:23vstinnerlinkissue8533 messages
2010-04-26 12:47:23vstinnercreate