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 gvanrossum
Recipients gvanrossum, kj, sobolevn
Date 2021-12-23.18:56:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640285795.56.0.348114207558.issue46162@roundup.psfhosted.org>
In-reply-to
Content
Yes, it is too late for 3.10 (but you can add it to typing_extensions). Also, PEP 585 is done, we don't update PEPs. Please do test with `from __future__ import annotations` -- you never know.

When this was first proposed (https://github.com/python/typing/issues/985) there were worries about backwards compatibility. Given how common property is, we need to make sure there are no problems with that. Can you address that? I don't see it in the original thread.

Also, since this requires type checkers to change, do we need a PEP?

Finally. Please keep discussion in this bpo issue, don't have long discussions on the PR. (Honestly I think it's too soon for a PR given that we don't seem to have agreement in the typing tracker discussion.)
History
Date User Action Args
2021-12-23 18:56:35gvanrossumsetrecipients: + gvanrossum, sobolevn, kj
2021-12-23 18:56:35gvanrossumsetmessageid: <1640285795.56.0.348114207558.issue46162@roundup.psfhosted.org>
2021-12-23 18:56:35gvanrossumlinkissue46162 messages
2021-12-23 18:56:35gvanrossumcreate