bpo-38417: Add umask support to subprocess (GH-16726)
On POSIX systems, allow the umask to be set in the child process before we exec.
Showing
Please register or sign in to comment
On POSIX systems, allow the umask to be set in the child process before we exec.