[issue22024] Add to shutil the ability to wait until files are definitely deleted

Serhiy Storchaka report at bugs.python.org
Sat Aug 2 15:46:17 CEST 2014


Serhiy Storchaka added the comment:

What if other program will create a file with same name in short time after deletion? Then rmtree() will hang in infinity loop.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22024>
_______________________________________


More information about the Python-bugs-list mailing list