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 JelleZijlstra
Recipients JelleZijlstra, corona10, eric.smith, petr.viktorin, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2022-03-28.23:17:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648509470.45.0.299968798845.issue47143@roundup.psfhosted.org>
In-reply-to
Content
I believe the attrs code wouldn't work if a method is decorated with a decorator that wraps the original function, such as @functools.cache.
History
Date User Action Args
2022-03-28 23:17:50JelleZijlstrasetrecipients: + JelleZijlstra, rhettinger, pitrou, vstinner, eric.smith, petr.viktorin, serhiy.storchaka, corona10
2022-03-28 23:17:50JelleZijlstrasetmessageid: <1648509470.45.0.299968798845.issue47143@roundup.psfhosted.org>
2022-03-28 23:17:50JelleZijlstralinkissue47143 messages
2022-03-28 23:17:50JelleZijlstracreate