Message 411959 - Python tracker

Message411959

Author GBeauregard
Recipients AlexWaygood, GBeauregard, JelleZijlstra, eric.smith, gvanrossum, kj, sobolevn
Date 2022-01-28.02:01:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643335314.49.0.56779392031.issue46553@roundup.psfhosted.org>
In-reply-to
Content
I think I miscommunicated my intent with sentence placement. I already posted the thoughts I referred to; they're just my concluding opinion on the technical merit of using get_type_hints in dataclasses to solve the Annotated problem: https://bugs.python.org/msg411945

In any case, I apologize for the faux pas and I'll be careful in the future.

I dug up the issue where pyright was changed (to allow bare ClassVar) that has an argument for not allowing it to be bare: https://github.com/microsoft/pyright/issues/2377
History
Date User Action Args
2022-01-28 02:01:54GBeauregardsetrecipients: + GBeauregard, gvanrossum, eric.smith, JelleZijlstra, sobolevn, kj, AlexWaygood
2022-01-28 02:01:54GBeauregardsetmessageid: <1643335314.49.0.56779392031.issue46553@roundup.psfhosted.org>
2022-01-28 02:01:54GBeauregardlinkissue46553 messages
2022-01-28 02:01:54GBeauregardcreate