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 ncoghlan
Recipients BTaskaya, grahamd, larry, ncoghlan, ofey404, ping, yselivanov
Date 2022-03-26.12:36:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648298172.15.0.299086941794.issue46761@roundup.psfhosted.org>
In-reply-to
Content
On the historical front, wraps & update_wrapper were only designed to handle true wrapper functions (i.e. those that don't change the calling signature).

For anything else (including partial), I considered it unlikely that the doc string would still be accurate, let alone any of the other metadata, so I didn't worry about supporting them.

That sais, if it's practical to make the results of combining the two less broken then I agree it would make sense to do so.
History
Date User Action Args
2022-03-26 12:36:12ncoghlansetrecipients: + ncoghlan, ping, larry, grahamd, yselivanov, BTaskaya, ofey404
2022-03-26 12:36:12ncoghlansetmessageid: <1648298172.15.0.299086941794.issue46761@roundup.psfhosted.org>
2022-03-26 12:36:12ncoghlanlinkissue46761 messages
2022-03-26 12:36:12ncoghlancreate