cpython/Misc/NEWS.d/next/Library/2019-06-14-22-37-32.bpo-372...

3 lines
220 B
ReStructuredText

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.