[issue30318] test_distutils is too verbose on Windows

Steve Dower report at bugs.python.org
Wed May 17 16:16:07 EDT 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue30318>
_______________________________________


More information about the Python-bugs-list mailing list