Skip to content

bpo-36434: Properly handle writing errors in ZIP files.#12559

Merged
serhiy-storchaka merged 2 commits into
python:masterfrom
serhiy-storchaka:zipfile-writing-error
Mar 30, 2019
Merged

bpo-36434: Properly handle writing errors in ZIP files.#12559
serhiy-storchaka merged 2 commits into
python:masterfrom
serhiy-storchaka:zipfile-writing-error

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Mar 26, 2019

Copy link
Copy Markdown
Member

Errors during writing no longer prevent to properly close
the ZIP file.

https://bugs.python.org/issue36434

Errors during writing no longer prevent to properly close
the ZIP file.
Comment thread Lib/zipfile.py Outdated
@serhiy-storchaka
serhiy-storchaka merged commit 2524fde into python:master Mar 30, 2019
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@serhiy-storchaka
serhiy-storchaka deleted the zipfile-writing-error branch March 30, 2019 06:25
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 30, 2019
Errors during writing no longer prevent to properly close
the ZIP file.
(cherry picked from commit 2524fde)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot

Copy link
Copy Markdown

GH-12628 is a backport of this pull request to the 3.7 branch.

serhiy-storchaka added a commit that referenced this pull request Mar 30, 2019
…H-12628)

Errors during writing no longer prevent to properly close
the ZIP file.
(cherry picked from commit 2524fde)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants