You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Feature or enhancement
Proposal:
Currently,
posix_spawn
is never used in subprocess calls whencwd
argument is given. Many platforms pretty recently addedposix_spawn_file_actions_addchdir_np()
and/orposix_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
The text was updated successfully, but these errors were encountered: