X Tutup
The Wayback Machine - https://web.archive.org/web/20250609184101/https://github.com/python/cpython/issues/76135
Skip to content

Don't prevent dict optimization by coupling with OrderedDict #76135

Open
@serhiy-storchaka

Description

@serhiy-storchaka
BPO 31954
Nosy @tim-one, @rhettinger, @methane, @ericsnowcurrently, @serhiy-storchaka
PRs
  • bpo-31954: Reuse oldkeys if oldkeys->dk_size == newsize. #4292
  • bpo-31954: Reuse oldkeys if oldkeys->dk_size == newsize. (alt) #4901
  • 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 = None
    created_at = <Date 2017-11-06.09:38:00.961>
    labels = ['interpreter-core', 'type-feature', '3.8']
    title = "Don't prevent dict optimization by coupling with OrderedDict"
    updated_at = <Date 2019-04-15.23:11:52.703>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2019-04-15.23:11:52.703>
    actor = 'methane'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2017-11-06.09:38:00.961>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31954
    keywords = ['patch']
    message_count = 15.0
    messages = ['305623', '305626', '305715', '305721', '305722', '308459', '308460', '308462', '308465', '308473', '308635', '340183', '340185', '340289', '340306']
    nosy_count = 5.0
    nosy_names = ['tim.peters', 'rhettinger', 'methane', 'eric.snow', 'serhiy.storchaka']
    pr_nums = ['4292', '4901']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue31954'
    versions = ['Python 3.8']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.13bugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)performancePerformance or resource usagetype-featureA feature request or enhancement

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        X Tutup