Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-103592: Add tests ofLiteral withEnum andUnion ofLiterals#103706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thanks@sobolevn for the PR, and@AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
…iteral`s (pythonGH-103706)(cherry picked from commit5041c2b)Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
bedevere-bot commentedApr 23, 2023
GH-103720 is a backport of this pull request to the3.11 branch. |
@sobolevn, are you up for backporting these tests to |
sobolevn commentedApr 23, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Now I realized that I've missed @AlexWaygood Yeah, sure. Will do tomorrow. |
Uh oh!
There was an error while loading.Please reload this page.
These tests should catch theoretical future regressions similar to ones described in#103592
Union[Literal[1], Literal[SomeEnum.one]]#103592