Skip to content

itertools.groupby() can fail a C assert() #74532

@arigo

Description

@arigo
mannequin
BPO 30347
Nosy @arigo, @rhettinger, @serhiy-storchaka
PRs
  • bpo-30347: Fixed a crash in itertools.groupby() when use the grouper #1557
  • [3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557) #3770
  • [2.7] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557). #3772
  • 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 2017-09-26.20:16:27.494>
    created_at = <Date 2017-05-11.21:10:21.469>
    labels = ['extension-modules', '3.7', 'type-crash']
    title = 'itertools.groupby() can fail a C assert()'
    updated_at = <Date 2017-09-26.20:16:27.493>
    user = 'https://github.com/arigo'

    bugs.python.org fields:

    activity = <Date 2017-09-26.20:16:27.493>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2017-09-26.20:16:27.494>
    closer = 'serhiy.storchaka'
    components = ['Extension Modules']
    creation = <Date 2017-05-11.21:10:21.469>
    creator = 'arigo'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30347
    keywords = ['patch']
    message_count = 8.0
    messages = ['293517', '293519', '293549', '293579', '302948', '303062', '303065', '303071']
    nosy_count = 3.0
    nosy_names = ['arigo', 'rhettinger', 'serhiy.storchaka']
    pr_nums = ['1557', '3770', '3772']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue30347'
    versions = ['Python 2.7', 'Python 3.6', 'Python 3.7']

    Metadata

    Metadata

    Labels

    3.7 (EOL)end of lifeextension-modulesC modules in the Modules dirtype-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