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 eryksun
Recipients berker.peksag, cgohlke, eryksun, ezio.melotti, paul.moore, python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-14.14:19:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473862767.9.0.527417451176.issue28114@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the spawn test framework, Victor. I've added a use_bytes argument to encode the args and env using os.fsencode. It's encoding args as well because parse_arglist calls fsconvert_strdup, which was assuming Unicode strings on Windows instead of first calling PyUnicode_FSDecoder. test_spawnve_bytes passes for me on Linux and Windows.
History
Date User Action Args
2016-09-14 14:19:27eryksunsetrecipients: + eryksun, paul.moore, vstinner, tim.golden, ezio.melotti, cgohlke, python-dev, berker.peksag, zach.ware, serhiy.storchaka, steve.dower
2016-09-14 14:19:27eryksunsetmessageid: <1473862767.9.0.527417451176.issue28114@psf.upfronthosting.co.za>
2016-09-14 14:19:27eryksunlinkissue28114 messages
2016-09-14 14:19:27eryksuncreate