Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Open
@kulikjak

Description

@kulikjak

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions