[New-bugs-announce] [issue29216] Space saving step for the LRU cache

Raymond Hettinger report at bugs.python.org
Mon Jan 9 11:38:22 EST 2017


New submission from Raymond Hettinger:

Sync with the space savings optimization in the pure Python code.

I'm unsure whether the best way is to check for an exact tuple or whether to just check an exact int/str.

----------
assignee: serhiy.storchaka
components: Library (Lib)
files: functools_sync.diff
keywords: patch
messages: 285051
nosy: rhettinger, serhiy.storchaka
priority: low
severity: normal
stage: patch review
status: open
title: Space saving step for the LRU cache
type: resource usage
versions: Python 3.7
Added file: http://bugs.python.org/file46228/functools_sync.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29216>
_______________________________________


More information about the New-bugs-announce mailing list