Skip to content

Unintentional hard reference assignment in Python version of OrderedDict.move_to_end #73305

@rhettinger

Description

@rhettinger
BPO 29119
Nosy @rhettinger, @serhiy-storchaka, @andrabogildea
Files
  • od_proxy.diff: Technique 1: Reuse existing weakref
  • od_proxy2.diff: Technique 2: Create a new proxy
  • od_proxy2a.diff: Revised version of Technique 2 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 = None
    closed_at = <Date 2016-12-31.19:09:38.404>
    created_at = <Date 2016-12-31.06:11:43.002>
    labels = ['3.7', 'library', 'performance']
    title = 'Unintentional hard reference assignment in Python version of OrderedDict.move_to_end'
    updated_at = <Date 2016-12-31.19:09:38.403>
    user = 'https://github.com/rhettinger'

    bugs.python.org fields:

    activity = <Date 2016-12-31.19:09:38.403>
    actor = 'rhettinger'
    assignee = 'none'
    closed = True
    closed_date = <Date 2016-12-31.19:09:38.404>
    closer = 'rhettinger'
    components = ['Library (Lib)']
    creation = <Date 2016-12-31.06:11:43.002>
    creator = 'rhettinger'
    dependencies = []
    files = ['46097', '46098', '46099']
    hgrepos = []
    issue_num = 29119
    keywords = ['patch']
    message_count = 8.0
    messages = ['284367', '284368', '284375', '284377', '284389', '284410', '284411', '284412']
    nosy_count = 4.0
    nosy_names = ['rhettinger', 'python-dev', 'serhiy.storchaka', 'andrabogildea']
    pr_nums = []
    priority = 'low'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'resource usage'
    url = 'https://bugs.python.org/issue29119'
    versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.7 (EOL)end of lifeperformancePerformance or resource usagestdlibStandard Library Python modules in the Lib/ directory

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions