diff options
author | Lital Natan <litaln@gmail.com> | 2022-02-20 16:02:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-20 16:02:10 (GMT) |
commit | b77158b4da449ec5b8f682816a79d004fd65ed07 (patch) | |
tree | 5ae53fae7db1b0633e730a175a8a62120385deff /Misc/ACKS | |
parent | a3fcca4af1cb418dc802feb75100ecc1a286afaa (diff) | |
download | cpython-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/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -429,6 +429,7 @@ Caleb Deveraux Catherine Devlin Scott Dial Alon Diamant +Lital Natan Toby Dickenson Mark Dickinson Jack Diederich |