Skip to content

bytes and bytearray constructors replace unexpected exceptions #79155

@serhiy-storchaka

Description

@serhiy-storchaka
BPO 34974
Nosy @abalkin, @methane, @serhiy-storchaka, @miss-islington
PRs
  • bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). #9852
  • [3.7] bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852) #9878
  • [3.6] bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852) #9879
  • [2.7] bpo-34974: Do not replace unexpected errors in bytearray(). (GH-9852) #9885
  • 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-15.05:46:54.510>
    created_at = <Date 2018-10-13.19:18:56.703>
    labels = ['interpreter-core', '3.8', 'type-bug', '3.7']
    title = 'bytes and bytearray constructors replace unexpected exceptions'
    updated_at = <Date 2018-10-15.05:46:54.510>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2018-10-15.05:46:54.510>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2018-10-15.05:46:54.510>
    closer = 'serhiy.storchaka'
    components = ['Interpreter Core']
    creation = <Date 2018-10-13.19:18:56.703>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34974
    keywords = ['patch']
    message_count = 5.0
    messages = ['327661', '327721', '327722', '327723', '327730']
    nosy_count = 4.0
    nosy_names = ['belopolsky', 'methane', 'serhiy.storchaka', 'miss-islington']
    pr_nums = ['9852', '9878', '9879', '9885']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue34974'
    versions = ['Python 2.7', '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-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions