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 vstinner
Recipients Dennis Sweeney, eric.smith, eric.snow, frenzy, hynek, petr.viktorin, tinchester, vstinner
Date 2022-03-28.13:53:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648475610.7.0.250920130911.issue46404@roundup.psfhosted.org>
In-reply-to
Content
I changed the issue title to focus this issue on enhance dataclasses to support @dataclasses.dataclass(slots=True) on methods using closures: it would be a new Python 3.11 feature.


I created https://bugs.python.org/issue47143 "Add functools.copy_class() which updates closures".
History
Date User Action Args
2022-03-28 13:53:30vstinnersetrecipients: + vstinner, eric.smith, petr.viktorin, eric.snow, hynek, tinchester, frenzy, Dennis Sweeney
2022-03-28 13:53:30vstinnersetmessageid: <1648475610.7.0.250920130911.issue46404@roundup.psfhosted.org>
2022-03-28 13:53:30vstinnerlinkissue46404 messages
2022-03-28 13:53:30vstinnercreate