-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
bpo-41515: Fix assert in test which throws SyntaxWarning. #25379
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
Conversation
gvanrossum
left a comment
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.
Did you verify this using the test strategy Victor gave?
|
Yes, I have verified that the PR fixes the warning. On master branch With patch Additionally this can be reproduced on test_typing by turning on -Werror On master With patch |
|
Sorry I didn't catch this when reviewing the original :(, and thanks for the quick fix! |
|
@gvanrossum: Please replace |
Don't worry. As I explained, it was silently ignored by the CI: https://bugs.python.org/issue41515#msg390893 |
https://bugs.python.org/issue41515