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 steve.dower
Recipients abarry, dstufft, eric.araujo, eryksun, ezio.melotti, martin.panter, paul.moore, python-dev, r.david.murray, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-06-17.16:36:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466181367.12.0.869768973986.issue27048@psf.upfronthosting.co.za>
In-reply-to
Content
I went ahead and updated the subprocess call just in _msvccompiler to use cmd /u, as I like that fix.

Not so keen on doing it for all subprocess(shell=True) calls, since we can't reliably predict whether the output will actually respect the option.
History
Date User Action Args
2016-06-17 16:36:07steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, ezio.melotti, eric.araujo, r.david.murray, python-dev, martin.panter, zach.ware, eryksun, dstufft, abarry
2016-06-17 16:36:07steve.dowersetmessageid: <1466181367.12.0.869768973986.issue27048@psf.upfronthosting.co.za>
2016-06-17 16:36:07steve.dowerlinkissue27048 messages
2016-06-17 16:36:06steve.dowercreate