bpo-35674: Expose posix_spawnp#11554
Conversation
That's because of the #ifdef issue, see my comment. |
Sorry, something went wrong.
|
Very good job Joannah! :) I left some comments together with Victor's review. Ping me when you have addressed them. |
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.
87d6fed to
e2a9603
Compare
January 15, 2019 21:51
e2a9603 to
fddc45e
Compare
January 16, 2019 08:13
* Fix also indentation in posixmodule.c. * Remove "if the *path* argument contains no directory" from os.posix_spawnp() doc * Remove outdated comment from py_posix_spawn(): /*[clinic end generated code: ...]*/
Serhiy's comments have been addressed.
|
I checked Travis CI jobs. posix_spawnp is available on Linux and macOS jobs, but glibc is too old on the Linux for subprocess. Linux: macOS: |
Sorry, something went wrong.
|
Well done @nanjekyejoannah :-) Thanks to Joannah for this nice enhancement and to all reviewers. |
Sorry, something went wrong.
I have exposed posix_spawnp.
Co-Author: Victor Stinner vstinner@redhat.com
https://bugs.python.org/issue35674