Al-Scandar Solstag <sols...@member.fsf.org> added the comment:

Hi Raymond, I think I understand what you mean, and would suggest something 
along the lines of:

"""
Note that lru_cache only guarantees cache matches on the exact way function 
arguments are specified, so the following ways of calling 'def f(a, b=7)' are 
not guaranteed to cache each other: f(1), f(a=1), f(1, 7), f(1, b=7), f(a=1, 
b=7).
"""

----------

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

Reply via email to