Steve Dower added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30318>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to