Open
Description
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)