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 John Didion, eric.smith, ned.deily
Date 2018-03-21.02:00:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521597626.31.0.467229070634.issue32896@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 8f6eccdc64cab735c47620fea948e64b19f83684 by Eric V. Smith in branch 'master':
bpo-32896: Fix error when subclassing a dataclass with a field that uses a default_factory (GH-6170)
https://github.com/python/cpython/commit/8f6eccdc64cab735c47620fea948e64b19f83684
History
Date User Action Args
2018-03-21 02:00:26eric.smithsetrecipients: + eric.smith, ned.deily, John Didion
2018-03-21 02:00:26eric.smithsetmessageid: <1521597626.31.0.467229070634.issue32896@psf.upfronthosting.co.za>
2018-03-21 02:00:26eric.smithlinkissue32896 messages
2018-03-21 02:00:26eric.smithcreate