Message 412599 - Python tracker (original) (raw)
Message412599
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:08 | GBeauregard | set | recipients: + GBeauregard, gvanrossum, levkivskyi, JelleZijlstra, sobolevn, Gobot1234, kj, AlexWaygood |
2022-02-05 22:08:08 | GBeauregard | set | messageid: 1644098888.85.0.580445615488.issue46644@roundup.psfhosted.org |
2022-02-05 22:08:08 | GBeauregard | link | issue46644 messages |
2022-02-05 22:08:08 | GBeauregard | create |