-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
gh-132435: Test syntax warnings in a finally
block
#132436
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
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.
LGTM. 👍
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.
LGTM.
Do we need to backport this? |
I would, once #131993 is backported as well. |
CI seems stuck. Merging main to restart it. |
The multiprocessing test failures ( |
While we are here, please add a NEWS entry about emitting compiler warnings twice. This is a user visible change, and can save a day for somebody. |
Thanks @tomasr8 for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @tomasr8 and @serhiy-storchaka, I could not cleanly backport this to
|
I can backport this tomorrow, unless you beat me to it |
It is a midnight here, so I'll be AFK for next 9-10 hours. |
GH-132503 is a backport of this pull request to the 3.13 branch. |
…GH-132503) (cherry picked from commit 887eabc)
finally
block #132435