-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
[3.9] bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001) #24710
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
Conversation
…-24001) * Fail fast in shutil.move() to avoid creating destination directories on failure. Co-authored-by: Zackery Spytz <[email protected]> (cherry picked from commit 132131b) Co-authored-by: Winson Luk <[email protected]>
@miss-islington: Status check is done, and it's a success ❌ . |
@miss-islington: Status check is done, and it's a success ✅ . |
Sorry, I can't merge this PR. Reason: |
@miss-islington: Status check is done, and it's a success ❌ . |
@miss-islington: Status check is done, and it's a success ✅ . |
Sorry, I can't merge this PR. Reason: |
@miss-islington: Status check is done, and it's a success ❌ . |
@miss-islington: Status check is done, and it's a success ✅ . |
Sorry, I can't merge this PR. Reason: |
@miss-islington: Status check is done, and it's a success ❌ . |
Co-authored-by: Zackery Spytz [email protected]
(cherry picked from commit 132131b)
Co-authored-by: Winson Luk [email protected]
https://bugs.python.org/issue42782
Automerge-Triggered-By: GH:orsenthil