[issue41280] lru_cache on 0-arity functions should default to maxsize=None

Serhiy Storchaka report at bugs.python.org
Sat Jul 11 21:10:29 EDT 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

The number of arguments is determined when the function is called (and it may be different for every call). maxsize is specified when the function is created.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41280>
_______________________________________


More information about the Python-bugs-list mailing list