blob: a5f2c5e8e18919c947d7db76f340f3615d672c89 (
plain)
1
2
|
Fixed a race condition in :func:`shutil.rmtree` in which directory entries removed by another process or thread while ``shutil.rmtree()`` is running can cause it to raise FileNotFoundError. Patch by Jeffrey Kintscher.
|