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 sbt
Recipients amaury.forgeotdarc, andrea.corbellini, belopolsky, cburroughs, christian.heimes, georg.brandl, glchapman, gregory.p.smith, jimjjewett, loewis, nascheme, ncoghlan, pitrou, python-dev, sbt
Date 2013-05-07.19:14:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367954086.37.0.54840840003.issue1545463@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows my encoding for stdout, stderr is "cp1252" which is implemented in pure python.

By the time that _PyGC_DumpShutdownStats() runs the encoding.cp1252 module has been purged so stdout and stderr are broken.

I am afraid I will have to leave this to you Antoine...
History
Date User Action Args
2013-05-07 19:14:46sbtsetrecipients: + sbt, loewis, nascheme, georg.brandl, glchapman, gregory.p.smith, jimjjewett, amaury.forgeotdarc, ncoghlan, belopolsky, pitrou, christian.heimes, andrea.corbellini, cburroughs, python-dev
2013-05-07 19:14:46sbtsetmessageid: <1367954086.37.0.54840840003.issue1545463@psf.upfronthosting.co.za>
2013-05-07 19:14:46sbtlinkissue1545463 messages
2013-05-07 19:14:46sbtcreate