Skip to content

Crash in bytes constructor with mutating list #79154

@serhiy-storchaka

Description

@serhiy-storchaka
BPO 34973
Nosy @avassalotti, @serhiy-storchaka, @zhangyangyu, @miss-islington
PRs
  • bpo-34973: Fix crash in bytes constructor. (variant 1) #9841
  • bpo-34973: Fix crash in bytes constructor. (variant 2) #9842
  • [3.7] bpo-34973: Fix crash in bytes constructor. (GH-9841) #10026
  • [3.6] bpo-34973: Fix crash in bytes constructor. (GH-9841) #10027
  • 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 2018-10-21.13:10:09.843>
    created_at = <Date 2018-10-13.13:37:47.798>
    labels = ['interpreter-core', '3.7', '3.8', 'type-crash']
    title = 'Crash in bytes constructor with mutating list'
    updated_at = <Date 2018-10-21.13:10:09.842>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2018-10-21.13:10:09.842>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2018-10-21.13:10:09.843>
    closer = 'serhiy.storchaka'
    components = ['Interpreter Core']
    creation = <Date 2018-10-13.13:37:47.798>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34973
    keywords = ['patch']
    message_count = 8.0
    messages = ['327653', '327655', '327870', '327983', '328207', '328208', '328210', '328211']
    nosy_count = 4.0
    nosy_names = ['alexandre.vassalotti', 'serhiy.storchaka', 'xiang.zhang', 'miss-islington']
    pr_nums = ['9841', '9842', '10026', '10027']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue34973'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    Metadata

    Metadata

    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