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 David Caro
Recipients David Caro, Terry Davis
Date 2020-07-08.10:14:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594203273.96.0.676024110731.issue41231@roundup.psfhosted.org>
In-reply-to
Content
As a note, mypy does not tpyecheck the wrapper functions, probably because it would not be possible with the current code (as the typing hints get lost):

https://mypy.readthedocs.io/en/latest/generics.html?highlight=wrapper#declaring-decorators
History
Date User Action Args
2020-07-08 10:14:34David Carosetrecipients: + David Caro, Terry Davis
2020-07-08 10:14:33David Carosetmessageid: <1594203273.96.0.676024110731.issue41231@roundup.psfhosted.org>
2020-07-08 10:14:33David Carolinkissue41231 messages
2020-07-08 10:14:33David Carocreate