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-22.10:32:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569148370.42.0.00669099380955.issue38209@roundup.psfhosted.org>
In-reply-to
Content
New changeset b4d0b39a9b4cd203bcc5b236dc96456e9658119a by Serhiy Storchaka in branch 'master':
bpo-38209: Simplify dataclasses.InitVar by using __class_getitem__(). (GH-16255)
https://github.com/python/cpython/commit/b4d0b39a9b4cd203bcc5b236dc96456e9658119a
History
Date User Action Args
2019-09-22 10:32:50serhiy.storchakasetrecipients: + serhiy.storchaka, eric.smith
2019-09-22 10:32:50serhiy.storchakasetmessageid: <1569148370.42.0.00669099380955.issue38209@roundup.psfhosted.org>
2019-09-22 10:32:50serhiy.storchakalinkissue38209 messages
2019-09-22 10:32:50serhiy.storchakacreate