Message 403616 - Python tracker

Message403616

Author GBeauregard
Recipients GBeauregard, carljm, eric.smith, saaketp
Date 2021-10-11.04:48:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633927711.3.0.691300552042.issue45384@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the feedback Carl.

Your proposed nesting PEP change is not possible: ClassVar[Final[int]] isn't valid because Final[int] isn't a type. As far as I know this would need type intersections to be possible.

I'm going to try sending a one-off email to the PEP authors since probably whatever happens the PEP needs a clarification anyway.
History
Date User Action Args
2021-10-11 04:48:31GBeauregardsetrecipients: + GBeauregard, eric.smith, carljm, saaketp
2021-10-11 04:48:31GBeauregardsetmessageid: <1633927711.3.0.691300552042.issue45384@roundup.psfhosted.org>
2021-10-11 04:48:31GBeauregardlinkissue45384 messages
2021-10-11 04:48:31GBeauregardcreate