Skip to content

Some repr implementations don't check for self-referential structures #69641

@abacabadabacaba

Description

@abacabadabacaba
BPO 25455
Nosy @rhettinger, @pitrou, @scoder, @benjaminp, @skrah, @berkerpeksag, @serhiy-storchaka
PRs
  • bpo-25455: Fixed crashes in repr of recursive buffered file-like obje… #514
  • bpo-25455: Fixed crashes in repr of recursive buffered file-like obje… #722
  • bpo-25455: Fixed crashes in repr of recursive buffered file-like obje… #727
  • Files
  • partial_recursive_repr.patch
  • io_recursive_repr.patch
  • etree_recursive_repr.patch
  • io_recursive_repr2.patch
  • 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-03-20.07:57:32.622>
    created_at = <Date 2015-10-21.19:17:18.579>
    labels = ['extension-modules', '3.7', 'type-crash']
    title = "Some repr implementations don't check for self-referential structures"
    updated_at = <Date 2017-03-24.22:08:12.820>
    user = 'https://bugs.python.org/abacabadabacaba'

    bugs.python.org fields:

    activity = <Date 2017-03-24.22:08:12.820>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2017-03-20.07:57:32.622>
    closer = 'serhiy.storchaka'
    components = ['Extension Modules']
    creation = <Date 2015-10-21.19:17:18.579>
    creator = 'abacabadabacaba'
    dependencies = []
    files = ['40932', '40971', '40972', '43360']
    hgrepos = []
    issue_num = 25455
    keywords = ['patch']
    message_count = 26.0
    messages = ['253309', '253872', '253965', '253969', '253972', '253973', '254267', '254268', '255095', '255110', '255174', '255182', '267784', '268328', '268335', '268349', '268365', '268367', '268369', '268371', '268372', '272730', '282295', '290137', '290154', '290161']
    nosy_count = 10.0
    nosy_names = ['rhettinger', 'pitrou', 'scoder', 'benjamin.peterson', 'stutzbach', 'skrah', 'abacabadabacaba', 'python-dev', 'berker.peksag', 'serhiy.storchaka']
    pr_nums = ['514', '722', '727']
    priority = 'high'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue25455'
    versions = ['Python 2.7', 'Python 3.5', '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