[issue44003] functools.lru_cache omits __defaults__ attribute from wrapped function

Gregory P. Smith report at bugs.python.org
Sat May 1 21:05:11 EDT 2021


Gregory P. Smith <greg at krypto.org> added the comment:

https://bugs.python.org/issue41232 covers the more general case of suggesting changing update_wrapper's behavior.  That would alleviate the need to fix the pure python implementation within my own PR.

----------

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


More information about the Python-bugs-list mailing list