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 eryksun
Recipients eryksun, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-11-04.16:13:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604506388.67.0.290415099198.issue42261@roundup.psfhosted.org>
In-reply-to
Content
> The solution here is to fix config_init_stdio_encoding() to use 
> GetConsoleCP() and GetConsoleOutputCP() to build a "cpXXX" string.

But, as I mentioned, that's only possible by replacing config->stdio_encoding with three separate settings: config->stdin_encoding, config->stdout_encoding, and config->stderr_encoding.
History
Date User Action Args
2020-11-04 16:13:08eryksunsetrecipients: + eryksun, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2020-11-04 16:13:08eryksunsetmessageid: <1604506388.67.0.290415099198.issue42261@roundup.psfhosted.org>
2020-11-04 16:13:08eryksunlinkissue42261 messages
2020-11-04 16:13:08eryksuncreate