Skip to content

bytearray.extend does not handle errors during iteration. #81598

Description

@brandtbucher
BPO 37417
Nosy @serhiy-storchaka, @miss-islington, @brandtbucher
PRs
  • bpo-37417: Fix error handling in bytearray.extend. #14407
  • [3.7] bpo-37417: Fix error handling in bytearray.extend. (GH-14407) #14408
  • [3.8] bpo-37417: Fix error handling in bytearray.extend. (GH-14407) #14410
  • bpo-37420: os.sched_setaffinity does not handle errors during iteration. #14414
  • 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 2019-06-26.20:17:31.538>
    created_at = <Date 2019-06-26.18:21:02.865>
    labels = ['interpreter-core', '3.8', 'type-bug', '3.7', '3.9']
    title = 'bytearray.extend does not handle errors during iteration.'
    updated_at = <Date 2019-06-26.22:22:41.667>
    user = 'https://github.com/brandtbucher'

    bugs.python.org fields:

    activity = <Date 2019-06-26.22:22:41.667>
    actor = 'brandtbucher'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-06-26.20:17:31.538>
    closer = 'serhiy.storchaka'
    components = ['Interpreter Core']
    creation = <Date 2019-06-26.18:21:02.865>
    creator = 'brandtbucher'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37417
    keywords = ['patch']
    message_count = 4.0
    messages = ['346655', '346664', '346668', '346677']
    nosy_count = 3.0
    nosy_names = ['serhiy.storchaka', 'miss-islington', 'brandtbucher']
    pr_nums = ['14407', '14408', '14410', '14414']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue37417'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.7 (EOL)end of life3.8 (EOL)end of life3.9 (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