This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients gregory.p.smith, rhettinger, serhiy.storchaka
Date 2021-05-02.00:31:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619915519.61.0.240201514085.issue44003@roundup.psfhosted.org>
In-reply-to
Content
__defaults__ and __kwdefaults__ get used for code introspection.  Just as __annotations__ does.  __annotations__ is already available on the lru_cache wrapped function.  All of those seem to go together from a runtime inspection point of view.
History
Date User Action Args
2021-05-02 00:31:59gregory.p.smithsetrecipients: + gregory.p.smith, rhettinger, serhiy.storchaka
2021-05-02 00:31:59gregory.p.smithsetmessageid: <1619915519.61.0.240201514085.issue44003@roundup.psfhosted.org>
2021-05-02 00:31:59gregory.p.smithlinkissue44003 messages
2021-05-02 00:31:59gregory.p.smithcreate