-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
gh-118486: Simplify test_win32_mkdir_700 to check the exact ACL #119056
Conversation
!buildbot .windows. |
🤖 New build scheduled with the buildbot fleet by @zooba for commit f6ec3b1 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
Failures are unrelated. |
Thanks @zooba for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…pythonGH-119056) (cherry picked from commit 94591dc) Co-authored-by: Steve Dower <[email protected]>
…pythonGH-119056) (cherry picked from commit 94591dc) Co-authored-by: Steve Dower <[email protected]>
GH-119068 is a backport of this pull request to the 3.13 branch. |
GH-119069 is a backport of this pull request to the 3.12 branch. |
…19056) (cherry picked from commit 94591dc) Co-authored-by: Steve Dower <[email protected]>
…19056) (cherry picked from commit 94591dc) Co-authored-by: Steve Dower <[email protected]>
mkdir(mode=0o700)
to work on Windows #118486