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 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 <[email protected]>
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: <[email protected]>
2022-01-28 02:01:54GBeauregardlinkissue46553 messages
2022-01-28 02:01:54GBeauregardcreate