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, ncoghlan, rhettinger, serhiy.storchaka
Date 2021-05-02.04:35:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619930118.12.0.919815232732.issue44003@roundup.psfhosted.org>
In-reply-to
Content
rejecting.  code trying to make direct use of __defaults__ is likely better off using inspect.signature().  there might be an issue with inspect in some cases (https://bugs.python.org/issue41232) but I do not believe that is true for lru_cache wrapped things.
History
Date User Action Args
2021-05-02 04:35:18gregory.p.smithsetrecipients: + gregory.p.smith, rhettinger, ncoghlan, serhiy.storchaka
2021-05-02 04:35:18gregory.p.smithsetmessageid: <1619930118.12.0.919815232732.issue44003@roundup.psfhosted.org>
2021-05-02 04:35:18gregory.p.smithlinkissue44003 messages
2021-05-02 04:35:18gregory.p.smithcreate