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 serhiy.storchaka
Recipients eric.smith, serhiy.storchaka
Date 2019-09-18.06:30:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568788237.84.0.300342046917.issue38209@roundup.psfhosted.org>
In-reply-to
Content
Currently dataclasses.InitVar uses a metaclass. It is possible to get rid of it and use __class_getitem__() instead.
History
Date User Action Args
2019-09-18 06:30:37serhiy.storchakasetrecipients: + serhiy.storchaka, eric.smith
2019-09-18 06:30:37serhiy.storchakasetmessageid: <1568788237.84.0.300342046917.issue38209@roundup.psfhosted.org>
2019-09-18 06:30:37serhiy.storchakalinkissue38209 messages
2019-09-18 06:30:37serhiy.storchakacreate