diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-12-20 21:31:22 +0100 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-12-20 15:31:22 -0500 |
commit | a21bedf9edeacce6f0de3b2df0783e2ad6aa3b18 (patch) | |
tree | 27fd65f8fa4e3a4063a6702e41e70cc8429a0498 /Python/pytime.c | |
parent | 70db385944ecf2ceed10ed7d91fce68399f9ca8a (diff) | |
download | cpython-git-a21bedf9edeacce6f0de3b2df0783e2ad6aa3b18.tar.gz |
[3.6] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11265)
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)
Diffstat (limited to 'Python/pytime.c')
0 files changed, 0 insertions, 0 deletions