[issue26787] test_distutils fails when configured --with-lto

2019-02-20 Thread INADA Naoki
INADA Naoki added the comment: Fixed in bpo-35257 -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue26787] test_distutils fails when configured --with-lto

2017-02-17 Thread INADA Naoki
INADA Naoki added the comment: Would you send pull request on Github? -- ___ Python tracker ___ ___

[issue26787] test_distutils fails when configured --with-lto

2016-12-26 Thread INADA Naoki
INADA Naoki added the comment: LGTM -- nosy: +inada.naoki ___ Python tracker ___ ___ Python-bugs-list mailing

[issue26787] test_distutils fails when configured --with-lto

2016-04-18 Thread Alecsandru Patrascu
Alecsandru Patrascu added the comment: This patch is for CPython 3, and if it looks good I will post also the CPython 2 version. -- ___ Python tracker

[issue26787] test_distutils fails when configured --with-lto

2016-04-18 Thread Alecsandru Patrascu
Alecsandru Patrascu added the comment: Hello, You can find a patch for this issue attached. Basically, since LTO needs LD flags when used, I modified the makefile template file and the test to push the flags up to the sysconfig module. -- keywords: +patch Added file:

[issue26787] test_distutils fails when configured --with-lto

2016-04-17 Thread Alecsandru Patrascu
Alecsandru Patrascu added the comment: I will investigate this and submit a fix. At a first glance, it seems the test is failing because it does not have the knowledge of the LTO flags. -- ___ Python tracker

[issue26787] test_distutils fails when configured --with-lto

2016-04-17 Thread Gregory P. Smith
New submission from Gregory P. Smith: When configured using './configure --with-lto' (added in issue25702) and doing a 'make profile-opt' build, test_distutils fails: == FAIL: test_sysconfig_compiler_vars