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, Gobot1234, JelleZijlstra, gvanrossum, kj, levkivskyi, sobolevn
Date 2022-02-05.22:08:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644098888.85.0.580445615488.issue46644@roundup.psfhosted.org>
In-reply-to
Content
I made a draft pull request where I went ahead and added a check to disallow tuple literals. This is basically already disallowed for types by restrictions on `__getitem__` because Union[typeform]->type needs to be different from Union[type,type]->Union[type,type].
History
Date User Action Args
2022-02-05 22:08:08GBeauregardsetrecipients: + GBeauregard, gvanrossum, levkivskyi, JelleZijlstra, sobolevn, Gobot1234, kj, AlexWaygood
2022-02-05 22:08:08GBeauregardsetmessageid: <1644098888.85.0.580445615488.issue46644@roundup.psfhosted.org>
2022-02-05 22:08:08GBeauregardlinkissue46644 messages
2022-02-05 22:08:08GBeauregardcreate