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

Bytecode copy bug in freeze #37362

Closed
troels mannequin opened this issue Oct 24, 2002 · 2 comments
Closed

Bytecode copy bug in freeze #37362

troels mannequin opened this issue Oct 24, 2002 · 2 comments

Comments

@troels
Copy link
Mannequin

troels mannequin commented Oct 24, 2002

BPO 627900
Files
  • modulefinder.py_codecopy.patch: Patch to copy co.co_freevars and co.co_cellvars
  • 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 2002-11-12.23:10:44.000>
    created_at = <Date 2002-10-24.09:36:58.000>
    labels = []
    title = 'Bytecode copy bug in freeze'
    updated_at = <Date 2002-11-12.23:10:44.000>
    user = 'https://bugs.python.org/troels'

    bugs.python.org fields:

    activity = <Date 2002-11-12.23:10:44.000>
    actor = 'nnorwitz'
    assignee = 'nnorwitz'
    closed = True
    closed_date = None
    closer = None
    components = ['Demos and Tools']
    creation = <Date 2002-10-24.09:36:58.000>
    creator = 'troels'
    dependencies = []
    files = ['4650']
    hgrepos = []
    issue_num = 627900
    keywords = ['patch']
    message_count = 2.0
    messages = ['41433', '41434']
    nosy_count = 2.0
    nosy_names = ['nnorwitz', 'troels']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue627900'
    versions = ['Python 2.2']

    @troels
    Copy link
    Mannequin Author

    troels mannequin commented Oct 24, 2002

    modulefinder.py in Tools/freeze fails to copy
    co.co_freevars and co.co_cellvars, causing mysterious
    crashes when the -r (replace path) option is used with
    freeze.

    Debugging credit goes to Alexander Wilkens <alexw@fast.no>.

    @troels troels mannequin closed this as completed Oct 24, 2002
    @troels troels mannequin assigned nnorwitz Oct 24, 2002
    @troels troels mannequin closed this as completed Oct 24, 2002
    @troels troels mannequin assigned nnorwitz Oct 24, 2002
    @nnorwitz
    Copy link
    Mannequin

    nnorwitz mannequin commented Nov 12, 2002

    Logged In: YES
    user_id=33168

    Thanks!

    Checked in as:

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    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

    No branches or pull requests

    0 participants