Skip to content

bpo-36786: Run compileall in parallel during "make install" #13078

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2019

Conversation

pitrou
Copy link
Member

@pitrou pitrou commented May 3, 2019

@pitrou
Copy link
Member Author

pitrou commented May 10, 2019

@pitrou pitrou merged commit 1a2dd82 into python:master May 15, 2019
@pitrou pitrou deleted the make-install-parallel-compileall branch May 15, 2019 21:45
enzbang added a commit to AdaCore/cpython that referenced this pull request Apr 22, 2020
This reverts commit 1a2dd82.
Running compileall with -j0 on solaris does not seem to work, too many
processes are started at once and the build hang.

Given that we don't really need this optimisation just remove the
Makefile change.

TN: T422-022
enzbang added a commit to AdaCore/cpython that referenced this pull request Mar 3, 2021
This reverts commit 1a2dd82.
Running compileall with -j0 on solaris does not seem to work, too many
processes are started at once and the build hang.

Given that we don't really need this optimisation just remove the
Makefile change.

TN: T422-022
(cherry picked from commit aed42b0)
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.

4 participants