Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[3.6] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478)#1518

Merged
vstinner merged 2 commits into
python:3.6python/cpython:3.6from
torsava:backport-a1054c3-3.6torsava/cpython:backport-a1054c3-3.6Copy head branch name to clipboard
May 9, 2017
Merged

[3.6] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478)#1518
vstinner merged 2 commits into
python:3.6python/cpython:3.6from
torsava:backport-a1054c3-3.6torsava/cpython:backport-a1054c3-3.6Copy head branch name to clipboard

Conversation

@torsava

@torsava torsava commented May 9, 2017

Copy link
Copy Markdown
Contributor

cherry_pick suggested the PR title "Backport a1054c3 3.6" which seemed inadequate, hope it doesn't break any automation.

The devguide says I should "Apply the label cherry-pick or X.Y to the backport pull request", however I don't think I have the rights to do so.

torsava added 2 commits May 9, 2017 15:33
…n#1478)

* bpo-29243: Fix Makefile with respect to --enable-optimizations

When using the Profile Guided Optimization (./configure --enable-optimizations)
Python is built not only during `make` but rebuilt again during `make test`,
`make install` and others. This patch fixes the issue.

Note that this fix produces no change at all in the Makefile if configure is
run witout --enable-optimizations.

* !squash

(cherry picked from commit a1054c3)
…ythonGH-1478)

* bpo-29243: Fix Makefile with respect to --enable-optimizations

When using the Profile Guided Optimization (./configure --enable-optimizations)
Python is built not only during `make` but rebuilt again during `make test`,
`make install` and others. This patch fixes the issue.

Note that this fix produces no change at all in the Makefile if configure is
run witout --enable-optimizations.

* !squash.
(cherry picked from commit a1054c3)
@vstinner vstinner merged commit 03b8a37 into python:3.6 May 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.