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 eric.smith
Recipients eric.smith
Date 2020-11-05.15:38:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604590694.08.0.0173517280171.issue42269@roundup.psfhosted.org>
In-reply-to
Content
I resisted adding the ability to set __slots__ in the first version of dataclasses, since it requires that instead of modifying an existing class, an entirely new class is returned.

But I think this feature would be useful enough that I'm now willing to add it. I have the code ready, I just need to work on tests and documentation.
History
Date User Action Args
2020-11-05 15:38:14eric.smithsetrecipients: + eric.smith
2020-11-05 15:38:14eric.smithsetmessageid: <1604590694.08.0.0173517280171.issue42269@roundup.psfhosted.org>
2020-11-05 15:38:14eric.smithlinkissue42269 messages
2020-11-05 15:38:13eric.smithcreate