Guido van Rossum added the comment:

A simpler approach would be to simply ignore the error when it occurs in 
TemporaryDirectory._cleanup. There are no absolute guarantees about tempfile 
always cleaning up -- just a best effort. The complexity (and potential delays) 
of a retry loop seem more risky than simply occasionally not cleaning up -- 
that happens anyways, for a variety of reasons.

----------
nosy: +gvanrossum

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29982>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to