Serhiy Storchaka added the comment:

Weak references make no sense in most cases when arguments disappear just after 
function call. For the self argument of a method it makes more sense. Perhaps 
lru_cache can return not a function, but a descriptor. This will allow 
implement special processing of first argument.

Or new decorator lru_cache_method should be added.

----------

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

Reply via email to