Skip to content

Detect dict iteration "overflow" when changing keys #80633

@thp

Description

@thp
mannequin
BPO 36452
Nosy @rhettinger, @methane, @thp
PRs
  • bpo-36452: dictiter: track maximum iteration count #12596
  • bpo-36473: add maximum iteration check for dict .values() and .items() #12619
  • Files
  • 0001-dictiterobject-Track-maximum-iteration-count-via-di-.patch: Git patch: dictiterobject: Track maximum iteration count via di->len
  • 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-03-28.06:04:44.348>
    created_at = <Date 2019-03-27.23:41:18.021>
    labels = ['interpreter-core', 'type-bug', '3.8']
    title = 'Detect dict iteration "overflow" when changing keys'
    updated_at = <Date 2019-03-29.14:19:55.370>
    user = 'https://github.com/thp'

    bugs.python.org fields:

    activity = <Date 2019-03-29.14:19:55.370>
    actor = 'thomas.perl'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-03-28.06:04:44.348>
    closer = 'methane'
    components = ['Interpreter Core']
    creation = <Date 2019-03-27.23:41:18.021>
    creator = 'thomas.perl'
    dependencies = []
    files = ['48234']
    hgrepos = []
    issue_num = 36452
    keywords = ['patch']
    message_count = 3.0
    messages = ['338997', '339015', '339016']
    nosy_count = 3.0
    nosy_names = ['rhettinger', 'methane', 'thomas.perl']
    pr_nums = ['12596', '12619']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue36452'
    versions = ['Python 3.8']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.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