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 Anthony Sottile
Recipients Anthony Sottile, GBeauregard, JelleZijlstra, gvanrossum, kj, miss-islington
Date 2022-01-25.23:59:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643155191.3.0.393400780722.issue46491@roundup.psfhosted.org>
In-reply-to
Content
to me this is the same as the Union[Pattern] / Union[Match] "fixes" that landed in 3.5.3 -- and the pain caused by using that and having CI pass (because of modern 3.5.x) but having spurious bug reports from users stuck on 3.5.2

or in 3.6.1 when NamedTuple was "fixed" to allow methods, again having CI pass with modern pythons but having frustrated users running 3.6.0

I forsee the same class of problems here with Annotated where it works great in 3.10.3 and 3.9.11 but anyone stuck on 3.10.2 or 3.9.10 or older will be broken
History
Date User Action Args
2022-01-25 23:59:51Anthony Sottilesetrecipients: + Anthony Sottile, gvanrossum, JelleZijlstra, miss-islington, kj, GBeauregard
2022-01-25 23:59:51Anthony Sottilesetmessageid: <1643155191.3.0.393400780722.issue46491@roundup.psfhosted.org>
2022-01-25 23:59:51Anthony Sottilelinkissue46491 messages
2022-01-25 23:59:51Anthony Sottilecreate