Staging
v0.8.1
https://github.com/python/cpython
Revision 1751423686d05e3facdd6da2620202728e5d7917 authored by Miss Islington (bot) on 04 December 2018, 15:06:16 UTC, committed by GitHub on 04 December 2018, 15:06:16 UTC

When using link time optimizations, the -flto flag is passed to
BASECFLAGS, which makes it propagate to distutils. Those flags
should be reserved for the interpreter and the stdlib extension
modules only, thus moving those flags to CFLAGS_NODIST.
(cherry picked from commit f92c7aa1ae81efa475b5aecf66e4711ef0f52c4c)

Co-authored-by: stratakis <cstratak@redhat.com>
1 parent 12735c1
Raw File
Tip revision: 1751423686d05e3facdd6da2620202728e5d7917 authored by Miss Islington (bot) on 04 December 2018, 15:06:16 UTC
bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797)
Tip revision: 1751423
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