Skip to content
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

"make install" should run compileall in parallel #80967

Closed
pitrou opened this issue May 3, 2019 · 4 comments
Closed

"make install" should run compileall in parallel #80967

pitrou opened this issue May 3, 2019 · 4 comments
Labels
3.8 only security fixes build The build process and cross-build type-feature A feature request or enhancement

Comments

@pitrou
Copy link
Member

pitrou commented May 3, 2019

BPO 36786
Nosy @pitrou, @blueyed
PRs
  • bpo-36786: Run compileall in parallel during "make install" #13078
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2019-06-06.13:15:52.711>
    created_at = <Date 2019-05-03.18:37:08.947>
    labels = ['type-feature', '3.8', 'build']
    title = '"make install" should run compileall in parallel'
    updated_at = <Date 2019-06-06.13:15:52.710>
    user = 'https://github.com/pitrou'

    bugs.python.org fields:

    activity = <Date 2019-06-06.13:15:52.710>
    actor = 'pitrou'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-06-06.13:15:52.711>
    closer = 'pitrou'
    components = ['Build']
    creation = <Date 2019-05-03.18:37:08.947>
    creator = 'pitrou'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 36786
    keywords = ['patch']
    message_count = 4.0
    messages = ['341350', '342603', '344811', '344814']
    nosy_count = 2.0
    nosy_names = ['pitrou', 'blueyed']
    pr_nums = ['13078']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue36786'
    versions = ['Python 3.8']

    @pitrou
    Copy link
    Member Author

    pitrou commented May 3, 2019

    Title says it all. Currently, "make install" will bytecode-compile Python sources sequentially even though compileall supports doing it in parallel.

    @pitrou pitrou added 3.8 only security fixes build The build process and cross-build type-feature A feature request or enhancement labels May 3, 2019
    @pitrou
    Copy link
    Member Author

    pitrou commented May 15, 2019

    New changeset 1a2dd82 by Antoine Pitrou in branch 'master':
    bpo-36786: Run compileall in parallel during "make install" (GH-13078)
    1a2dd82

    @blueyed
    Copy link
    Mannequin

    blueyed mannequin commented Jun 6, 2019

    This can be closed as per 1a2dd82.

    @pitrou
    Copy link
    Member Author

    pitrou commented Jun 6, 2019

    Ah, I had forgotten to close this issue. Thanks.

    @pitrou pitrou closed this as completed Jun 6, 2019
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.8 only security fixes build The build process and cross-build type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant