Message330553
| 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:53 | rabraham | set | recipients: + rabraham |
| 2018-11-27 19:51:53 | rabraham | set | messageid: <1543348313.91.0.788709270274.issue35332@psf.upfronthosting.co.za> |
| 2018-11-27 19:51:53 | rabraham | link | issue35332 messages |
| 2018-11-27 19:51:53 | rabraham | create | |