Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test cases for some Python 3.11 language changes #15111

Closed
hauntsaninja opened this issue Apr 24, 2023 · 0 comments · Fixed by #15120
Closed

Add test cases for some Python 3.11 language changes #15111

hauntsaninja opened this issue Apr 24, 2023 · 0 comments · Fixed by #15120

Comments

@hauntsaninja
Copy link
Collaborator

We should add tests for the following language changes in 3.11 to make sure that mypy handles them well:
python/cpython#77527
python/cpython#90881

Linking #12840

hauntsaninja pushed a commit that referenced this issue Apr 25, 2023
Fixes #15111 

Adds tests for:
- AsyncGenerator within an AsyncGenerator
- Unpacking iterables in a for loop using star syntax

Co-authored-by: eevel <eevel@weezel3.weezelnet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant