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, tefra
Date 2021-11-22.13:26:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637587581.05.0.921802633853.issue44649@roundup.psfhosted.org>
In-reply-to
Content
New changeset d3062f672c92855b7e9e962ad4bf1a67abd4589b by Eric V. Smith in branch 'main':
bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=False (GH-29692)
https://github.com/python/cpython/commit/d3062f672c92855b7e9e962ad4bf1a67abd4589b
History
Date User Action Args
2021-11-22 13:26:21eric.smithsetrecipients: + eric.smith, tefra
2021-11-22 13:26:21eric.smithsetmessageid: <1637587581.05.0.921802633853.issue44649@roundup.psfhosted.org>
2021-11-22 13:26:21eric.smithlinkissue44649 messages
2021-11-22 13:26:21eric.smithcreate