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, stachel
Date 2018-03-20.01:07:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521508075.71.0.467229070634.issue33100@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 7389fd935c95b4b6f094312294e703ee0de18719 by Eric V. Smith in branch 'master':
bpo-33100: Dataclasses now handles __slots__ and default values correctly. (GH-6152)
https://github.com/python/cpython/commit/7389fd935c95b4b6f094312294e703ee0de18719
History
Date User Action Args
2018-03-20 01:07:56eric.smithsetrecipients: + eric.smith, stachel
2018-03-20 01:07:55eric.smithsetmessageid: <1521508075.71.0.467229070634.issue33100@psf.upfronthosting.co.za>
2018-03-20 01:07:55eric.smithlinkissue33100 messages
2018-03-20 01:07:53eric.smithcreate