Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for posix_spawn call in subprocess.Popen with cwd != None #114467

Open
kulikjak opened this issue Jan 23, 2024 · 0 comments
Open

Add support for posix_spawn call in subprocess.Popen with cwd != None #114467

kulikjak opened this issue Jan 23, 2024 · 0 comments
Labels
type-feature A feature request or enhancement

Comments

@kulikjak
Copy link
Contributor

kulikjak commented Jan 23, 2024

Feature or enhancement

Proposal:

Currently, posix_spawn is never used in subprocess calls when cwd argument is given. Many platforms pretty recently added posix_spawn_file_actions_addchdir_np() and/or posix_spawn_file_actions_addchdir() functions, which should make it pretty simple to add such support.

Has this already been discussed elsewhere?

No response given

Links to previous discussion of this feature:

It was mentioned here:
#109154 (comment)

Linked PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant