summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
diff options
context:
space:
mode:
authorLital Natan <litaln@gmail.com>2022-02-20 16:02:10 (GMT)
committerGitHub <noreply@github.com>2022-02-20 16:02:10 (GMT)
commitb77158b4da449ec5b8f682816a79d004fd65ed07 (patch)
tree5ae53fae7db1b0633e730a175a8a62120385deff /Misc/ACKS
parenta3fcca4af1cb418dc802feb75100ecc1a286afaa (diff)
downloadcpython-b77158b4da449ec5b8f682816a79d004fd65ed07.zip
cpython-b77158b4da449ec5b8f682816a79d004fd65ed07.tar.gz
cpython-b77158b4da449ec5b8f682816a79d004fd65ed07.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).
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 dceb2b6..bab04b4 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -429,6 +429,7 @@ Caleb Deveraux
Catherine Devlin
Scott Dial
Alon Diamant
+Lital Natan
Toby Dickenson
Mark Dickinson
Jack Diederich