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