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 dstufft, eric.araujo, jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-05-17.20:16:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495052167.4.0.811161504961.issue30318@psf.upfronthosting.co.za>
In-reply-to
Content
The problem here I think is that distutils itself should only dump stdout/stderr on failure, but because of how it spawns processes it never actually captures the output from external tools.

We really need to update distutils's spawn() function to use subprocess. That would also resolve a handful of other issues.
History
Date User Action Args
2017-05-17 20:16:07steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, jkloth, eric.araujo, zach.ware, dstufft
2017-05-17 20:16:07steve.dowersetmessageid: <1495052167.4.0.811161504961.issue30318@psf.upfronthosting.co.za>
2017-05-17 20:16:07steve.dowerlinkissue30318 messages
2017-05-17 20:16:07steve.dowercreate