Skip to content

bpo-38417: Add umask support to subprocess#16726

Merged
gpshead merged 4 commits into
python:masterfrom
gpshead:subprocess-umask
Oct 12, 2019
Merged

bpo-38417: Add umask support to subprocess#16726
gpshead merged 4 commits into
python:masterfrom
gpshead:subprocess-umask

Conversation

@gpshead

@gpshead gpshead commented Oct 12, 2019

Copy link
Copy Markdown
Member

On POSIX systems, allow the umask to be set in the child process
before we exec.

https://bugs.python.org/issue38417

On POSIX systems, allow the umask to be set in the child process
before we exec.
@gpshead gpshead added the type-feature A feature request or enhancement label Oct 12, 2019
@gpshead
gpshead requested a review from vstinner October 12, 2019 07:16
@gpshead gpshead self-assigned this Oct 12, 2019
Comment thread Lib/test/test_subprocess.py Outdated
@gpshead
gpshead merged commit f3751ef into python:master Oct 12, 2019
@gpshead
gpshead deleted the subprocess-umask branch October 12, 2019 20:24
jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request Dec 5, 2019
On POSIX systems, allow the umask to be set in the child process before we exec.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-feature A feature request or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants