Message 403931 - Python tracker

Message403931

Author GBeauregard
Recipients GBeauregard, carljm, eric.smith, msully4321, saaketp
Date 2021-10-14.18:36:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634236598.6.0.127983427396.issue45384@roundup.psfhosted.org>
In-reply-to
Content
Hi Michael,

Thanks for taking the time to look into this.

I don't feel strongly enough about following the existing PEP wording to desire creating a situation where instance vars can't be marked Final if we can instead make a workaround with ClassVar[Final[...]]. Plus, I can appreciate the argument that dataclasses are their own thing that should be treated specially in the PEP.

If you know what's involved in formally proposing and enacting a PEP amendment I can get behind that.
History
Date User Action Args
2021-10-14 18:36:38GBeauregardsetrecipients: + GBeauregard, eric.smith, carljm, saaketp, msully4321
2021-10-14 18:36:38GBeauregardsetmessageid: <1634236598.6.0.127983427396.issue45384@roundup.psfhosted.org>
2021-10-14 18:36:38GBeauregardlinkissue45384 messages
2021-10-14 18:36:38GBeauregardcreate