-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
SystemError via chmod(symlink, ..., follow_symlinks=False) #76458
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
Comments
While investigating https://bugs.python.org/issue31940 I noticed the following is raised as (note: you need a platform with fchmodat but does not support nofollow)
Expected: raised |
Does any existing test failed on such platform? |
I noticed it when I changed the test preconditions in #4783 I tried changing a test to trigger this (in this branch) but I found I was just implementing exactly the test in the From what I can tell, the current testsuite passes on my machine before and after this change -- only with the small reproduction. |
I was going to request a test, but the fix is obvious and writing a test for this case can be not easy. Thank you Anthony for your report and patch. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: