-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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-37834: Prevent shutil.rmtree exception #15602
Conversation
when built on non-Windows system without fd system call support, like older versions of macOS.
Looks fine. Tests pass, manually tested on Windows, too. |
Thanks @ned-deily for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
I'm having trouble backporting to |
Thanks @ned-deily for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Sorry @ned-deily and @ambv, I had trouble checking out the |
when built on non-Windows system without fd system call support, like older versions of macOS. (cherry picked from commit 7fcc208) Co-authored-by: Ned Deily <nad@python.org>
GH-15603 is a backport of this pull request to the 3.8 branch. |
when built on non-Windows system without fd system call support, like older versions of macOS.
when built on non-Windows system without fd system call support, like older versions of macOS.
when built on non-Windows system without fd system call support, like older versions of macOS.
when built on non-Windows system without fd system call support,
like older versions of macOS.
https://bugs.python.org/issue37834