Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-38417: Add umask support to subprocess #16726

Merged
merged 4 commits into from
Oct 12, 2019

Conversation

gpshead
Copy link
Member

@gpshead gpshead commented Oct 12, 2019

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
@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