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 natim
Recipients asvetlov, natim, vstinner, yselivanov
Date 2018-10-18.11:08:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539860920.94.0.788709270274.issue35014@psf.upfronthosting.co.za>
In-reply-to
Content
I believe Python 3.7 brings explicit unicode encoding/decoding.

If depending on the environment the create_subprocess_exec method can fail, I believe we should not try to encode the command lines attribute but rather enforce it to be bytes.
History
Date User Action Args
2018-10-18 11:08:40natimsetrecipients: + natim, vstinner, asvetlov, yselivanov
2018-10-18 11:08:40natimsetmessageid: <1539860920.94.0.788709270274.issue35014@psf.upfronthosting.co.za>
2018-10-18 11:08:40natimlinkissue35014 messages
2018-10-18 11:08:40natimcreate