Skip to content

Off by one error in peephole call to find_op on case RETURN_VALUE #79374

@gpshead

Description

@gpshead
BPO 35193
Nosy @gpshead, @serhiy-storchaka, @miss-islington
PRs
  • bpo-35193: Fix an off by one error in the RETURN_VALUE case. #10418
  • [3.7] bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) #10421
  • [3.6] bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) #10422
  • 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/gpshead'
    closed_at = <Date 2018-11-09.18:06:20.373>
    created_at = <Date 2018-11-08.21:08:35.000>
    labels = ['interpreter-core', '3.7', '3.8', 'type-crash']
    title = 'Off by one error in peephole call to find_op on case RETURN_VALUE'
    updated_at = <Date 2018-11-09.18:06:20.372>
    user = 'https://github.com/gpshead'

    bugs.python.org fields:

    activity = <Date 2018-11-09.18:06:20.372>
    actor = 'gregory.p.smith'
    assignee = 'gregory.p.smith'
    closed = True
    closed_date = <Date 2018-11-09.18:06:20.373>
    closer = 'gregory.p.smith'
    components = ['Interpreter Core']
    creation = <Date 2018-11-08.21:08:35.000>
    creator = 'gregory.p.smith'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35193
    keywords = ['patch']
    message_count = 6.0
    messages = ['329485', '329492', '329493', '329499', '329502', '329544']
    nosy_count = 3.0
    nosy_names = ['gregory.p.smith', 'serhiy.storchaka', 'miss-islington']
    pr_nums = ['10418', '10421', '10422']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue35193'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    Metadata

    Metadata

    Assignees

    Labels

    3.7 (EOL)end of life3.8 (EOL)end of lifeinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-crashA hard crash of the interpreter, possibly with a core dump

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions