[issue27790] test_distutils spews linker messages on Windows

Terry J. Reedy report at bugs.python.org
Sat Jul 22 12:11:04 EDT 2017


Terry J. Reedy added the comment:

With the patch, I still see the Creating ... messages but without the LINK: warning.  It *seems* like a no-brainer to apply the patch. 

With those gone, it would seem reasonable to intercept the message as Steve described and only print it if it contains 'LINK' or if the test fails.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27790>
_______________________________________


More information about the Python-bugs-list mailing list