gh-87063: Add closed attribute to multiprocessing.Process#125838
gh-87063: Add closed attribute to multiprocessing.Process#125838rruuaanng wants to merge 20 commits intopython:mainfrom
closed attribute to multiprocessing.Process#125838Conversation
|
It seems that this NEWS error can be ignored. |
picnixz
left a comment
There was a problem hiding this comment.
More generally, required CI checks must never be ignored except for NEWS missing / issue missing since normal users cannot apply the skip news/issue labels themselves.
closed attribute to multiprocessing.Process
erlend-aasland
left a comment
There was a problem hiding this comment.
PR author did not listen to feedback. Requesting changes to make this point clearer.
|
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 for my misunderstanding. I thought it was to change NEWS to what's NEWS, but it was actually to add to it. I'm sorry for that. I've made change :) |
|
Thanks to Bénédikt for taking responsibility for this PR. And, thanks to erlend for pointing out my mistake.👍 |
picnixz
left a comment
There was a problem hiding this comment.
A final nitpick. Concerning the naming of the attribute, I suggested a property + closed but if @gpshead feels that it should be a method + is_closed(), then I'm sorry in advance :) (just recalling that my rationale was that multiprocessing.connection.Connection uses the closed property but I don't know if properties are preferred over true methods when we are just returning a private attribute).
This comment was marked as outdated.
This comment was marked as outdated.
|
@erlend-aasland Please review them again! :) |
I asked some questions on the issue; IMO, they should be clarified before eventually landing this PR. In other words: I believe more discussion and perhaps a larger audience is needed. |
|
Happy New Year, everyone. It's been a long time since the last review. Do we still need to keep this open? |
|
This PR is stale because it has been open for 30 days with no activity. |
for example: