-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
gh-131233: remove return-in-finally in multiprocessing/connection.py #131416
Conversation
iritkatriel
commented
Mar 18, 2025
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: return-in-finally in multiprocessing/connection.py #131233
I'm struggling to see any difference in behavior here, so:
Or is this just to fix the warning and not change the semantics? |
The warning causes a flaky test, see https://buildbot.python.org/#/builders/29/builds/7932 |
I agree the "is" and "is not" would be slightly better then |
This can be done as a further improvement. In this PR I'd rather make the change more straightforward to see from the diff. |
The issue says there is a bug, not just a warning. What's the bug? |
See discussion on the issue - assumption now is that it's not a bug. I'll fix the title. |