| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
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 subprocess.Subprocess instance is aware of the exit of the child process and knows the return code, or it doesn't. The first paragraph of the method documentation could perhaps be rearranged to more clearly state the order of events instead of appending another sentence. |
Sorry, something went wrong.
|
I would propose: The child return code. Initially ``None``, :attr:`returncode` is set by :meth:`poll` and :meth:`wait` after process termination is observed. `` |
Sorry, something went wrong.
|
Please remove the duplicate NEWS entry. |
Sorry, something went wrong.
Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
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 I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request. |
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
There was a problem hiding this comment.
Sorry, something went wrong.
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.
|
@erlend-aasland can this be reviewed? |
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.
| Back | FazBrowse Home | New Git URL |
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