[issue27790] test_distutils spews linker messages on Windows

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If

[issue27790] test_distutils spews linker messages on Windows

2017-07-22 Thread Terry J. Reedy
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

[issue27790] test_distutils spews linker messages on Windows

2017-07-22 Thread Segev Finer
Changes by Segev Finer : -- pull_requests: +2866 ___ Python tracker ___ ___

[issue27790] test_distutils spews linker messages on Windows

2017-07-22 Thread Segev Finer
Segev Finer added the comment: Investigated some more. We are adding /GL for release but not in debug. But adding /LTCG for both debug and release. -- ___ Python tracker

[issue27790] test_distutils spews linker messages on Windows

2017-07-22 Thread Segev Finer
Segev Finer added the comment: We are getting those warnings because distutils builds extension modules without /GL (https://msdn.microsoft.com/en-us/library/0zza0de8.aspx) but with /LTCG (https://msdn.microsoft.com/en-us/library/xbf3tbeh.aspx). We should either add /GL to truly enable whole

[issue27790] test_distutils spews linker messages on Windows

2016-08-17 Thread Steve Dower
Steve Dower added the comment: It certainly looks like more than we used to get... Ideally we'd capture the output from the build process and only write it out if the test failed. I'm not entirely sure why that isn't happening here. The warnings themselves are harmless (you get a nearly

[issue27790] test_distutils spews linker messages on Windows

2016-08-17 Thread Terry J. Reedy
New submission from Terry J. Reedy: 3.6, Win10, VS recently reinstalled to 'Update 3'. I believe these messages are somewhat new. 0:01:00 [111/402] test_distutils failed (env changed) xxmodule.c Creating library