This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rabraham
Recipients rabraham
Date 2018-11-27.19:51:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543348313.91.0.788709270274.issue35332@psf.upfronthosting.co.za>
In-reply-to
Content
These lines throw intermittently for me on AIX when removing a directory on NFS (python version 3.6.6-1), even when "ignore_errors=True":

https://github.com/python/cpython/blob/v3.6.6rc1/Lib/shutil.py#L433
https://github.com/python/cpython/blob/v3.6.6rc1/Lib/shutil.py#L492

Should there be try-except blocks around these lines and calls to onerror(...)?
History
Date User Action Args
2018-11-27 19:51:53rabrahamsetrecipients: + rabraham
2018-11-27 19:51:53rabrahamsetmessageid: <1543348313.91.0.788709270274.issue35332@psf.upfronthosting.co.za>
2018-11-27 19:51:53rabrahamlinkissue35332 messages
2018-11-27 19:51:53rabrahamcreate