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
File Mode Size
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 7.3 KB
README.rst -rw-r--r-- 4.3 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.2 KB
conf.py -rw-r--r-- 6.3 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 51.4 KB
license.rst -rw-r--r-- 43.4 KB
make.bat -rw-r--r-- 5.4 KB

README.rst

back to top