Skip to content

Implement functools.lru_cache() using ordered dict #72426

@serhiy-storchaka

Description

@serhiy-storchaka
BPO 28239
Nosy @rhettinger, @vstinner, @ezio-melotti, @methane, @ericsnowcurrently, @serhiy-storchaka
Files
  • lru_cache-get-del-set.patch
  • lru_cache-pop-set.patch
  • lru_cache-move_to_end.patch
  • lru_cache-get-del-set-2.patch
  • lru_cache-pop-set-2.patch
  • lru_cache-move_to_end-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 = 'https://github.com/rhettinger'
    closed_at = <Date 2016-09-22.06:34:35.418>
    created_at = <Date 2016-09-21.13:52:11.914>
    labels = ['extension-modules', 'type-feature', '3.7']
    title = 'Implement functools.lru_cache() using ordered dict'
    updated_at = <Date 2017-12-24.20:47:45.528>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2017-12-24.20:47:45.528>
    actor = 'serhiy.storchaka'
    assignee = 'rhettinger'
    closed = True
    closed_date = <Date 2016-09-22.06:34:35.418>
    closer = 'serhiy.storchaka'
    components = ['Extension Modules']
    creation = <Date 2016-09-21.13:52:11.914>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = ['44777', '44778', '44779', '47350', '47351', '47352']
    hgrepos = []
    issue_num = 28239
    keywords = ['patch']
    message_count = 6.0
    messages = ['277141', '277152', '277169', '277195', '277205', '309017']
    nosy_count = 6.0
    nosy_names = ['rhettinger', 'vstinner', 'ezio.melotti', 'methane', 'eric.snow', 'serhiy.storchaka']
    pr_nums = []
    priority = 'low'
    resolution = 'rejected'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue28239'
    versions = ['Python 3.7']

    Metadata

    Metadata

    Assignees

    Labels

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions