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, gvanrossum, serhiy.storchaka
Date 2021-12-05.20:42:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638736974.19.0.18535178012.issue45663@roundup.psfhosted.org>
In-reply-to
Content
New changeset 446be166861b2f08f87f74018113dd98ca5fca02 by Serhiy Storchaka in branch 'main':
bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAlias (GH-29294)
https://github.com/python/cpython/commit/446be166861b2f08f87f74018113dd98ca5fca02
History
Date User Action Args
2021-12-05 20:42:54serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, eric.smith
2021-12-05 20:42:54serhiy.storchakasetmessageid: <1638736974.19.0.18535178012.issue45663@roundup.psfhosted.org>
2021-12-05 20:42:54serhiy.storchakalinkissue45663 messages
2021-12-05 20:42:54serhiy.storchakacreate