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. |
Sorry, something went wrong.
|
Thank you for the PR. I don't think "out-of-date" is the right term here. Either the entire |
Sorry, something went wrong.
|
I would propose: |
Sorry, something went wrong.
|
Please remove the duplicate NEWS entry. |
Sorry, something went wrong.
Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
erlend-aasland
left a comment
There was a problem hiding this comment.
Again, please remove the duplicate NEWS entry. Also please address Benjamin's remarks.
Sorry, something went wrong.
|
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 |
Sorry, something went wrong.
|
@zitterbewegung Would you still be interested in giving the PR a quick update per the reviews above? |
Sorry, something went wrong.
|
Sorry I can do that. |
Sorry, something went wrong.
Wrapping to 79 characters.
✅ Deploy Preview for python-cpython-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Sorry, something went wrong.
Removing newline
zitterbewegung
left a comment
There was a problem hiding this comment.
- Fixed word wrap issue
- Removed duplicate news entry.
Sorry, something went wrong.
zitterbewegung
left a comment
There was a problem hiding this comment.
Removed trailing whitespace
Sorry, something went wrong.
|
I have made the requested changes; please review again. |
Sorry, something went wrong.
|
Thanks for making the requested changes! @erlend-aasland: please review the changes made to this pull request. |
Sorry, something went wrong.
|
Thanks @zitterbewegung for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry, something went wrong.
|
Sorry for the delay; thanks Greg for merging. Thanks for the PR, Joshua. |
Sorry, something went wrong.
We make explicit that the value stored in return code is best returned by poll instead of using the value in return code.
gh-87452: Making returncode unreliability explicit