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:34:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619915691.98.0.302929628012.issue44003@roundup.psfhosted.org>
In-reply-to
Content
An inner function can't know if somebody else might want to inspect it.  

This is a decorator that does not change anything about the argument signature of the wrapped function, carrying over the reference to meta-information about that by default seems to make sense.
History
Date User Action Args
2021-05-02 00:34:52gregory.p.smithsetrecipients: + gregory.p.smith, rhettinger, serhiy.storchaka
2021-05-02 00:34:51gregory.p.smithsetmessageid: <1619915691.98.0.302929628012.issue44003@roundup.psfhosted.org>
2021-05-02 00:34:51gregory.p.smithlinkissue44003 messages
2021-05-02 00:34:51gregory.p.smithcreate