Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-36991: Fix incorrect exception escaping ZipFile.extract() #13632

Merged
merged 3 commits into from
Sep 12, 2019

Conversation

berkerpeksag
Copy link
Member

@berkerpeksag berkerpeksag commented May 28, 2019

@serhiy-storchaka
Copy link
Member

Maybe add a NEWS entry?

@berkerpeksag
Copy link
Member Author

Thanks for the review, Serhiy! Yes, I'm going to add it before merging the PR.

@taleinat
Copy link
Contributor

Ping! This is ready to go except for a NEWS entry, so we should really just get it over with...

@gpshead gpshead changed the title bpo-36991: Fix TypeError in ZipFile.extract() bpo-36991: Fix incorrect exception escaping ZipFile.extract() Sep 12, 2019
@gpshead gpshead self-assigned this Sep 12, 2019
@gpshead gpshead merged commit 2f1b857 into python:master Sep 12, 2019
@miss-islington
Copy link
Contributor

Thanks @berkerpeksag for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 12, 2019
@bedevere-bot
Copy link

GH-16052 is a backport of this pull request to the 3.8 branch.

@taleinat
Copy link
Contributor

@gpshead, should this not also be backported to 3.7?

@miss-islington
Copy link
Contributor

Thanks @berkerpeksag for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@miss-islington
Copy link
Contributor

Sorry, @berkerpeksag and @gpshead, I could not cleanly backport this to 3.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 2f1b857562b0f1601c9019db74c29b7d7e21ac9f 3.7

@serhiy-storchaka serhiy-storchaka added the type-bug An unexpected behavior, bug, or error label Sep 12, 2019
miss-islington added a commit that referenced this pull request Sep 12, 2019
@berkerpeksag berkerpeksag deleted the 36991-zipfile branch September 12, 2019 16:39
@berkerpeksag
Copy link
Member Author

@gpshead thank you for taking care of the PR!

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.

7 participants