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

Incorrect protocol for the STACK_GLOBAL opcode #69567

Closed
serhiy-storchaka opened this issue Oct 12, 2015 · 2 comments
Closed

Incorrect protocol for the STACK_GLOBAL opcode #69567

serhiy-storchaka opened this issue Oct 12, 2015 · 2 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@serhiy-storchaka
Copy link
Member

BPO 25380
Nosy @avassalotti, @serhiy-storchaka
Files
  • pickletools_STACK_GLOBAL_proto.patch
  • 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 = 'https://github.com/serhiy-storchaka'
    closed_at = <Date 2015-10-13.18:21:36.270>
    created_at = <Date 2015-10-12.07:50:13.802>
    labels = ['type-bug', 'library']
    title = 'Incorrect protocol for the STACK_GLOBAL opcode'
    updated_at = <Date 2015-10-13.18:21:36.269>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2015-10-13.18:21:36.269>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2015-10-13.18:21:36.270>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2015-10-12.07:50:13.802>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = ['40753']
    hgrepos = []
    issue_num = 25380
    keywords = ['patch']
    message_count = 2.0
    messages = ['252847', '252947']
    nosy_count = 3.0
    nosy_names = ['alexandre.vassalotti', 'python-dev', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue25380'
    versions = ['Python 3.4', 'Python 3.5', 'Python 3.6']

    @serhiy-storchaka
    Copy link
    Member Author

    Incorrect protocol (0 instead of 4) is specified for the STACK_GLOBAL opcode in pickletools.opcodes.

    @serhiy-storchaka serhiy-storchaka self-assigned this Oct 12, 2015
    @serhiy-storchaka serhiy-storchaka added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Oct 12, 2015
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Oct 13, 2015

    New changeset e52f1fa2d10e by Serhiy Storchaka in branch '3.4':
    Issue bpo-25380: Fixed protocol for the STACK_GLOBAL opcode in
    https://hg.python.org/cpython/rev/e52f1fa2d10e

    New changeset 4115eabc3a6d by Serhiy Storchaka in branch '3.5':
    Issue bpo-25380: Fixed protocol for the STACK_GLOBAL opcode in
    https://hg.python.org/cpython/rev/4115eabc3a6d

    New changeset f584dadc640f by Serhiy Storchaka in branch 'default':
    Issue bpo-25380: Fixed protocol for the STACK_GLOBAL opcode in
    https://hg.python.org/cpython/rev/f584dadc640f

    @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
    stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant