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 Phaqui
Recipients Phaqui, Roy Williams
Date 2017-11-07.03:52:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510026762.49.0.213398074469.issue31961@psf.upfronthosting.co.za>
In-reply-to
Content
I was able to make a test that reproduces your code, and expectedly fails. Also implemented a fix for it. See a temporary diff here: https://pastebin.com/C9JWkg0i

However, there is also a specific MS Windows version of _execute_child() (a phrase only computer-folks can say out loud without feeling very...wrong...). It uses a different method to extract and parse arguments, and it should be corrected and tested under windows, before I submit a PR for this.

Also, my test messes up the formatting. Instead of saying "....ok", they both say "... total 0\nok". I have no idea why.
History
Date User Action Args
2017-11-07 03:52:42Phaquisetrecipients: + Phaqui, Roy Williams
2017-11-07 03:52:42Phaquisetmessageid: <1510026762.49.0.213398074469.issue31961@psf.upfronthosting.co.za>
2017-11-07 03:52:42Phaquilinkissue31961 messages
2017-11-07 03:52:41Phaquicreate