-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
fix typo in test_ast.py
#136767
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
fix typo in test_ast.py
#136767
Conversation
I'll let @Eclips4 decide whether this should be merged or not but I think it's worth the change and a backport because it influences the filter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Thanks @hunterhogan for the PR, and @Eclips4 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @hunterhogan and @Eclips4, I could not cleanly backport this to
|
@hunterhogan could you please do a backport manually? |
Note: it could mean that the test actually doesn't exist in 3.13 or is named differently. If it is the case (and if there is no typo in 3.13 either), no need for a backport (I haven't checked) |
I've checked, and |
Thanks @hunterhogan for the PR, and @Eclips4 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
`ASTOptimiziationTests` -> `ASTOptimizationTests` (cherry picked from commit 60146f4) Co-authored-by: Hunter Hogan <hunterhogan@users.noreply.github.com>
GH-136783 is a backport of this pull request to the 3.14 branch. |
No description provided.