summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-02-21 08:07:46 (GMT)
committerGitHub <noreply@github.com>2022-02-21 08:07:46 (GMT)
commit95d6271f1997580f8cb8a2985d0cd48af912763f (patch)
tree57fd2b0a90817075a05792b13d87f787ba9c7d2d /Misc/ACKS
parenta2e13ec0ce050a9050ec195ec0cc2a540912480d (diff)
downloadcpython-95d6271f1997580f8cb8a2985d0cd48af912763f.zip
cpython-95d6271f1997580f8cb8a2985d0cd48af912763f.tar.gz
cpython-95d6271f1997580f8cb8a2985d0cd48af912763f.tar.bz2
bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384)
It fixes the "Text File Busy" OSError when using 'rmtree' on a windows-managed filesystem in via the VirtualBox shared folder (and possible other scenarios like a windows-managed network file system). (cherry picked from commit b77158b4da449ec5b8f682816a79d004fd65ed07) Co-authored-by: Lital Natan <litaln@gmail.com>
Diffstat (limited to 'Misc/ACKS')
-rw-r--r--Misc/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 4bd05b5..e107945 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -427,6 +427,7 @@ Caleb Deveraux
Catherine Devlin
Scott Dial
Alon Diamant
+Lital Natan
Toby Dickenson
Mark Dickinson
Jack Diederich