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 heckad
Recipients LorenzMende, ammar2, eryksun, heckad, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2019-06-02.15:57:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559491073.63.0.0687670777968.issue36670@roundup.psfhosted.org>
In-reply-to
Content
I have the same problem in Russian locale.
Adding "oem" encoding in the decode method solve problem with decoding but got:
File "C:\Users\User\Documents\Projects\cpython\lib\test\libregrtest\win_utils.py", line 98, in getloadavg
    load = float(toks[1].replace('"', ''))
ValueError: could not convert string to float

In typeperf_output text with description of the error:
'\r\nВыполняется выход, подождите...                         \r\nОшибка: Счетчики не указаны.\r\n\r\r'
Translation on English is "Exiting, wait... Error: Counters are not specified."

Is it possible to check if the counters are found in advance?
History
Date User Action Args
2019-06-02 15:57:53heckadsetrecipients: + heckad, terry.reedy, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, ammar2, LorenzMende
2019-06-02 15:57:53heckadsetmessageid: <1559491073.63.0.0687670777968.issue36670@roundup.psfhosted.org>
2019-06-02 15:57:53heckadlinkissue36670 messages
2019-06-02 15:57:53heckadcreate