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 asvetlov
Recipients asvetlov, natim, vstinner, yselivanov
Date 2018-10-18.11:07:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539860850.51.0.788709270274.issue35014@psf.upfronthosting.co.za>
In-reply-to
Content
I think you'll get the same error on `subprocess.run()` call if your current locale is not UTF-8.

I don't recall the details but the Intenet has a lot info about setting locale per user and system-wide.
History
Date User Action Args
2018-10-18 11:07:30asvetlovsetrecipients: + asvetlov, vstinner, yselivanov, natim
2018-10-18 11:07:30asvetlovsetmessageid: <1539860850.51.0.788709270274.issue35014@psf.upfronthosting.co.za>
2018-10-18 11:07:30asvetlovlinkissue35014 messages
2018-10-18 11:07:30asvetlovcreate