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
Raw File
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
CODE_OF_CONDUCT.rst
Code of Conduct
===============

Please note that all interactions on
`Python Software Foundation <https://www.python.org/psf-landing/>`__-supported
infrastructure is `covered
<https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties>`__
by the `PSF Code of Conduct <https://www.python.org/psf/codeofconduct/>`__,
which includes all infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general this means everyone is expected to be open, considerate, and
respectful of others no matter what their position is within the project.

back to top