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 vstinner
Recipients abarry, ezio.melotti, r.david.murray, vstinner
Date 2016-05-17.21:17:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463519833.22.0.868230735333.issue27048@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

> I got a random UnicodeDecodeError while trying to install a module with distutils.

Please provide more context to your issue:

* What is your operating system?
* What is your locale? (locale encoding on UNIX, ANSI and OEM code pages on Windows)
* Where does the data come from?
* etc.

> subprocess_errors_simple_1.patch 

I don't think that it's ok to change the *default* error handler in the subprocess module.

Adding encoding/errors parameters to subprocess.Popen is an old topic: see for example the issue #6135.
History
Date User Action Args
2016-05-17 21:17:13vstinnersetrecipients: + vstinner, ezio.melotti, r.david.murray, abarry
2016-05-17 21:17:13vstinnersetmessageid: <1463519833.22.0.868230735333.issue27048@psf.upfronthosting.co.za>
2016-05-17 21:17:13vstinnerlinkissue27048 messages
2016-05-17 21:17:13vstinnercreate