diff options
author | Zackery Spytz <zspytz@gmail.com> | 2023-12-05 17:09:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 17:09:39 (GMT) |
commit | 11d88a178b077e42025da538b890db3151a47070 (patch) | |
tree | 7856bbd4fb4743d616645612694573c9d1304789 /Python/legacy_tracing.c | |
parent | de6bca956432cc852a4a41e2a2cee9cdacd19f35 (diff) | |
download | cpython-11d88a178b077e42025da538b890db3151a47070.zip cpython-11d88a178b077e42025da538b890db3151a47070.tar.gz cpython-11d88a178b077e42025da538b890db3151a47070.tar.bz2 |
bpo-35332: Handle os.close() errors in shutil.rmtree() (GH-23766)
* Ignore os.close() errors when ignore_errors is True.
* Pass os.close() errors to the error handler if specified.
* os.close no longer retried after error.
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Python/legacy_tracing.c')
0 files changed, 0 insertions, 0 deletions