Skip to content

bpo-44935: enable posix_spawn() on Solaris#27795

Merged
gpshead merged 2 commits into
python:mainfrom
kulikjak:Solaris-posix_spawn
Aug 17, 2021
Merged

bpo-44935: enable posix_spawn() on Solaris#27795
gpshead merged 2 commits into
python:mainfrom
kulikjak:Solaris-posix_spawn

Conversation

@kulikjak
Copy link
Copy Markdown
Contributor

@kulikjak kulikjak commented Aug 17, 2021

Solaris also provides posix_spawn() syscall that can/should be used in the subprocess module to spawn new processes.

https://bugs.python.org/issue44935

@gpshead gpshead merged commit b1930bf into python:main Aug 17, 2021
@gpshead gpshead added the needs backport to 3.10 only security fixes label Aug 17, 2021
@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @kulikjak for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Aug 17, 2021
@bedevere-bot
Copy link
Copy Markdown

GH-27800 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 17, 2021
Enable posix_spawn() on Solaris
(cherry picked from commit b1930bf)

Co-authored-by: Jakub Kulík <Kulikjak@gmail.com>
miss-islington added a commit that referenced this pull request Aug 17, 2021
Enable posix_spawn() on Solaris
(cherry picked from commit b1930bf)


Co-authored-by: Jakub Kulík <Kulikjak@gmail.com>

Automerge-Triggered-By: GH:gpshead
@kulikjak
Copy link
Copy Markdown
Contributor Author

kulikjak commented Aug 18, 2021

Thanks @gpshead for the merge and backport!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants