bpo-20104: Add flag capabilities to posix_spawn#6693
Conversation
b838fd6 to
eec6215
Compare
May 2, 2018 11:07
|
@vstinner @serhiy-storchaka Please, review and once we are happy with the interface and implementation we can add new tests for the flags in this PR. |
Sorry, something went wrong.
|
This implementation is missing setting the |
Sorry, something went wrong.
6946cd3 to
55d1b3d
Compare
May 2, 2018 18:04
|
@gpshead @serhiy-storchaka I have implemented the existing flags as keyword-only arguments as suggested in the issue. The question of what to do with |
Sorry, something went wrong.
395e7af to
457ea58
Compare
May 5, 2018 19:22
31bb4bc to
98e005a
Compare
May 6, 2018 00:18
f0bd16d to
dcf9ffc
Compare
May 14, 2018 13:17
|
Please regenerate the clinic file. |
Sorry, something went wrong.
dcf9ffc to
e605b01
Compare
June 15, 2018 16:33
|
@serhiy-storchaka I had to rebase onto the latest master to pick up the latest changes and solve the merge conflict of the clinic file. I have done that and regenerated it. |
Sorry, something went wrong.
|
Please merge with the master again and regenerate the clinic file. |
Sorry, something went wrong.
e605b01 to
8fb0389
Compare
July 20, 2018 09:57
|
When you're done making the requested changes, leave the comment: |
Sorry, something went wrong.
|
The overall change LGTM, but I have a few questions/suggestions. |
Sorry, something went wrong.
|
I have made the requested changes; please review again |
Sorry, something went wrong.
|
Thanks for making the requested changes! @vstinner, @serhiy-storchaka: please review the changes made to this pull request. |
Sorry, something went wrong.
vstinner
left a comment
There was a problem hiding this comment.
LGTM.
Sorry, something went wrong.
|
Yeah! It's now time to see how to use it in subprocess :-) |
Sorry, something went wrong.
|
I don't see a use case for it in the stdlib. |
Sorry, something went wrong.
|
I am not talking about the new flags, but more generally, I would like to
see if using posix_spawn() rather than _posixsubprocess would make
subprocess faster. Yes, according to earlier Pablo's benchmarks.
|
Sorry, something went wrong.
https://bugs.python.org/issue20104