[issue35332] shutil.rmtree(..., ignore_errors=True) doesn't ignore errors from os.close()

Ronal Abraham report at bugs.python.org
Sat Dec 1 12:22:44 EST 2018


Ronal Abraham <ronalabraham at gmail.com> added the comment:

I forgot to mention: the exception raised is an OSError and the errno is 52 (ESTALE on AIX).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35332>
_______________________________________


More information about the Python-bugs-list mailing list