commit | 4724ba9b57c45ce4bca3c828f2ed8dcff3800a0c | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Mar 30 06:52:16 2019 -0700 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Mar 30 15:52:16 2019 +0200 |
tree | 09480b16011fb93d4c6871a963f3e194fd89687d | |
parent | 128e40f06f3ddc18e113339af464ffefd070eaef [diff] |
bpo-36434: Properly handle writing errors in ZIP files. (GH-12559) (GH-12628) Errors during writing no longer prevent to properly close the ZIP file. (cherry picked from commit 2524fdefc9bb2a97b99319190aeb23703079ad4c) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>