Skip to content

[3.8] bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001) #24724

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

Merged
merged 1 commit into from
Mar 3, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Mar 3, 2021

  • 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]

https://bugs.python.org/issue42782

Automerge-Triggered-By: GH:orsenthil

…-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
Copy link
Contributor Author

@winsonluk and @orsenthil: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 59e8576 into python:3.8 Mar 3, 2021
@miss-islington miss-islington deleted the backport-132131b-3.8 branch March 3, 2021 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants