bpo-44131: Fix Makefile for test_frozenmain by vstinner · Pull Request #26203 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Sign up

Appearance settings

Merged

vstinner merged 1 commit intopython:mainfrom

vstinner:make_test_frozenmain

May 18, 2021

Merged

bpo-44131: Fix Makefile for test_frozenmain#26203

vstinner merged 1 commit intopython:mainfrom

vstinner:make_test_frozenmain

Conversation

@vstinner

Copy link

Member

@vstinner vstinner commented

May 17, 2021

edited by bedevere-bot

Loading

Remove Programs/test_frozenmain.h target: it ran make in parallel
which caused build errors on LTO+PGO builds.

https://bugs.python.org/issue44131

Remove Programs/test_frozenmain.h target: it ran make in parallel
which caused build errors on LTO+PGO builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @the-knights-who-say-ni @bedevere-bot