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 JelleZijlstra, Thor Whalen, Thor Whalen2, domdfcoding, donovick, gregory.p.smith, ncoghlan, terry.reedy
Date 2021-05-02.04:29:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619929791.42.0.926289525717.issue41232@roundup.psfhosted.org>
In-reply-to
Content
Even if we shouldn't blindly propagate defaults (wrong in some wrapping scenarios), there is still a problem here as noted in Thor's opening message.

A bug exists between functools.wraps and inspect.signature.  The signature reported is wrong.  why?
History
Date User Action Args
2021-05-02 04:29:51gregory.p.smithsetrecipients: + gregory.p.smith, terry.reedy, ncoghlan, JelleZijlstra, donovick, Thor Whalen, Thor Whalen2, domdfcoding
2021-05-02 04:29:51gregory.p.smithsetmessageid: <1619929791.42.0.926289525717.issue41232@roundup.psfhosted.org>
2021-05-02 04:29:51gregory.p.smithlinkissue41232 messages
2021-05-02 04:29:51gregory.p.smithcreate