bpo-38417: Add umask support to subprocess (GH-16726)
authorGregory P. Smith <greg@krypto.org>
Sat, 12 Oct 2019 20:24:56 +0000 (13:24 -0700)
committerGitHub <noreply@github.com>
Sat, 12 Oct 2019 20:24:56 +0000 (13:24 -0700)
commitf3751efb5c8b53b37efbbf75d9422c1d11c01646
tree2e650d45ee4a530df31c2b66d9457d11e6996f33
parent8177404d520e81f16324a900f093adf3856d33f8
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.
Doc/library/subprocess.rst
Lib/multiprocessing/util.py
Lib/subprocess.py
Lib/test/test_capi.py
Lib/test/test_subprocess.py
Misc/NEWS.d/next/Library/2019-10-12-00-13-47.bpo-38417.W7x_aS.rst [new file with mode: 0644]
Modules/_posixsubprocess.c