Skip to content

Avoid error from repr() of recursive dictview #62733

@bennorth

Description

@bennorth
mannequin
BPO 18533
Nosy @rhettinger, @terryjreedy, @orsenthil, @vstinner, @bennorth, @bitdancer, @serhiy-storchaka, @csabella, @miss-islington
PRs
  • bpo-18533: Avoid RuntimeError from repr() of recursive dictview #4823
  • [3.6] bpo-18533: Avoid RecursionError from repr() of recursive dictview (GH-4823) #5348
  • [2.7] bpo-18533: Avoid RuntimeError from repr() of recursive dictview [GH-4823] #5357
  • Files
  • non-error-recursive-dictview.patch: Patch avoiding RuntimeError for recursive dictview; give "..." instead
  • non-error-recursive-dictview-3.3.patch: Patch against 3.3 to avoid RuntimeError for recursive dictview; give "..." instead
  • non-error-recursive-dictview-3.3-1.patch
  • against-6e1dd1ce95b8-2.7-1.patch: Patch against 2.7 branch
  • against-9bf89c909bd4-3.3-1.patch: Patch against 3.3 branch
  • 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/orsenthil'
    closed_at = <Date 2018-06-03.10:01:31.294>
    created_at = <Date 2013-07-22.22:22:30.340>
    labels = ['interpreter-core', 'type-bug', '3.7']
    title = 'Avoid error from repr() of recursive dictview'
    updated_at = <Date 2018-06-03.10:01:31.294>
    user = 'https://github.com/bennorth'

    bugs.python.org fields:

    activity = <Date 2018-06-03.10:01:31.294>
    actor = 'serhiy.storchaka'
    assignee = 'orsenthil'
    closed = True
    closed_date = <Date 2018-06-03.10:01:31.294>
    closer = 'serhiy.storchaka'
    components = ['Interpreter Core']
    creation = <Date 2013-07-22.22:22:30.340>
    creator = 'bennorth'
    dependencies = []
    files = ['31019', '31022', '31025', '31088', '31089']
    hgrepos = []
    issue_num = 18533
    keywords = ['patch']
    message_count = 23.0
    messages = ['193570', '193571', '193573', '193620', '193624', '193626', '193651', '193779', '193944', '195260', '195262', '308086', '308107', '308164', '310642', '310644', '310645', '310646', '310770', '310771', '310785', '310851', '312928']
    nosy_count = 10.0
    nosy_names = ['rhettinger', 'terry.reedy', 'orsenthil', 'vstinner', 'bennorth', 'r.david.murray', 'zuo', 'serhiy.storchaka', 'cheryl.sabella', 'miss-islington']
    pr_nums = ['4823', '5348', '5357']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue18533'
    versions = ['Python 2.7', 'Python 3.6', 'Python 3.7']

    Metadata

    Metadata

    Assignees

    Labels

    3.7 (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