bpo-36991: Fix incorrect exception escaping ZipFile.extract() by berkerpeksag ยท Pull Request #13632 ยท python/cpython
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Conversation
gpshead
changed the title
bpo-36991: Fix TypeError in ZipFile.extract()
bpo-36991: Fix incorrect exception escaping ZipFile.extract()
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โฆGH-13632) (cherry picked from commit 2f1b857) Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
@gpshead, should this not also be backported to 3.7?
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!
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
miss-islington added a commit that referenced this pull request
Sep 12, 2019(cherry picked from commit 2f1b857) Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
@gpshead thank you for taking care of the PR!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters