[issue26082] functools.lru_cache user specified cachedict support

Raymond Hettinger report at bugs.python.org
Tue Apr 25 10:36:07 EDT 2017


Raymond Hettinger added the comment:

Marking as closed/rejected for the reasons lists by Josh.  The functools.lru_cache() decorator is somewhat tightly focused and is trying to do one thing well.  Another reason is that at some point, we want to be able to change the internals (perhaps using the new compact/ordereddict) and that would be precluded by this feature request.

----------
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list