[issue36670] test suite broken due to cpu usage feature on win 10/ german

Eryk Sun report at bugs.python.org
Sat Apr 20 11:09:47 EDT 2019


Eryk Sun <eryksun at gmail.com> added the comment:

> It'll probably be mbcs or oem encoding. Certainly not UTF-8

Unless the system locale's codepage is set to UTF-8 in Windows 10. 

I stepped through this in the debugger. When writing to a pipe, typeperf.exe calls WideCharToMultiByte(CP_OEMCP, ...), so it's "oem".

----------
nosy: +eryksun

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36670>
_______________________________________


More information about the Python-bugs-list mailing list