Message 339421 - Python tracker

Message339421

Author rhettinger
Recipients cary, gvanrossum, levkivskyi, rhettinger
Date 2019-04-04.00:53:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554339230.44.0.665135244095.issue36466@roundup.psfhosted.org>
In-reply-to
Content
FYI, this partially breaks functools.singledispatch() and completely breaks both typing.NamedTuple() and dataclasses.dataclass().  A user may be able to avoid these in their own code, but I don't see how they can avoid it in third-party code.
History
Date User Action Args
2019-04-04 00:53:50rhettingersetrecipients: + rhettinger, gvanrossum, levkivskyi, cary
2019-04-04 00:53:50rhettingersetmessageid: <1554339230.44.0.665135244095.issue36466@roundup.psfhosted.org>
2019-04-04 00:53:50rhettingerlinkissue36466 messages
2019-04-04 00:53:50rhettingercreate