Raymond Hettinger <rhettin...@users.sourceforge.net> added the comment:

I will take a look at the various caches and see if some of their features can 
be consolidated.  It is okay if some need to have their own strategies or 
situation specific approaches, but you're right that common features should be 
looked at to see if they make sense in the functools caches.

Am not sure that dynamically changing the maxsize is a generally useful feature 
(most are set to the largest size that makes sense and not revisited latter), 
but I will take a look to whether that complicates the code (if it's simple and 
fast, it may be worth doing).

----------
versions: +Python 3.2 -Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9396>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to