Staging
v0.8.1
https://github.com/python/cpython
Revision f14087a4a96bb3f500e2d2bbc36c1124e90d5f73 authored by Victor Stinner on 20 December 2018, 15:03:01 UTC, committed by Ned Deily on 23 December 2018, 20:45:10 UTC
When compiling 3rd party C extensions, the linker flags used by the
compiler for the interpreter and the stdlib modules, will get
leaked into distutils. In order to avoid that, the PY_CORE_LDFLAGS
and PY_LDFLAGS_NODIST are introduced to keep those flags separated.

(cherry picked from commit cf10a750f4b50b6775719cfb17bee00bc3a9c60b)
1 parent 371ca0b
History
Tip revision: f14087a4a96bb3f500e2d2bbc36c1124e90d5f73 authored by Victor Stinner on 20 December 2018, 15:03:01 UTC
bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11264)
Tip revision: f14087a

README

back to top