-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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-87452 Making returncode unreliability explicit #92181
Conversation
Every change to Python requires a NEWS entry. Please, add it using the blurb_it Web app or the blurb command-line tool. |
Thank you for the PR. I don't think "out-of-date" is the right term here. Either the entire |
I would propose:
|
Please remove the duplicate NEWS entry. |
Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
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.
Again, please remove the duplicate NEWS entry. Also please address Benjamin's remarks.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
@zitterbewegung Would you still be interested in giving the PR a quick update per the reviews above? |
Sorry I can do that. |
Wrapping to 79 characters.
✅ Deploy Preview for python-cpython-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Removing newline
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.
- Fixed word wrap issue
- Removed duplicate news entry.
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.
Removed trailing whitespace
I have made the requested changes; please review again. |
Thanks for making the requested changes! @erlend-aasland: please review the changes made to this pull request. |
@erlend-aasland can this be reviewed? |
Thanks @zitterbewegung for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry for the delay; thanks Greg for merging. Thanks for the PR, Joshua. |
gh-87452: Making returncode unreliability explicit
We make explicit that the value stored in return code is best returned by poll instead of using the value in return code.