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

Add regen-frozen makefile target #83629

Closed
nascheme opened this issue Jan 24, 2020 · 3 comments
Closed

Add regen-frozen makefile target #83629

nascheme opened this issue Jan 24, 2020 · 3 comments
Labels
type-feature A feature request or enhancement

Comments

@nascheme
Copy link
Member

BPO 39448
Nosy @nascheme, @hroncok
PRs
  • bpo-39448: Add regen-frozen makefile target. #18174
  • 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 2021-02-19.00:50:21.120>
    created_at = <Date 2020-01-24.20:52:47.887>
    labels = ['type-feature']
    title = 'Add regen-frozen makefile target'
    updated_at = <Date 2021-03-02.14:41:26.645>
    user = 'https://github.com/nascheme'

    bugs.python.org fields:

    activity = <Date 2021-03-02.14:41:26.645>
    actor = 'hroncok'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-02-19.00:50:21.120>
    closer = 'nascheme'
    components = []
    creation = <Date 2020-01-24.20:52:47.887>
    creator = 'nascheme'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39448
    keywords = ['patch']
    message_count = 3.0
    messages = ['360655', '387274', '387934']
    nosy_count = 2.0
    nosy_names = ['nascheme', 'hroncok']
    pr_nums = ['18174']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue39448'
    versions = []

    @nascheme
    Copy link
    Member Author

    Updating the frozen module "__hello__" code inside Python/frozen.c is currently a manual process. That's a bit tedious since it adds some extra work in the case that bytecode changes are made. I've created a small script and a makefile target to automates the process.

    @nascheme nascheme added type-feature A feature request or enhancement labels Jan 24, 2020
    @nascheme
    Copy link
    Member Author

    New changeset ffa55d2 by Neil Schemenauer in branch 'master':
    bpo-39448: Add regen-frozen makefile target. (GH-18174)
    ffa55d2

    @hroncok
    Copy link
    Mannequin

    hroncok mannequin commented Mar 2, 2021

    I think something is broken with this, full report in: https://bugs.python.org/issue43372

    @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
    type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant