{{ message }}
bpo-20907: shutil._unpack_zipfile add warnings for skipped files#29910
Open
akulakov wants to merge 8 commits into
Open
bpo-20907: shutil._unpack_zipfile add warnings for skipped files#29910akulakov wants to merge 8 commits into
akulakov wants to merge 8 commits into
Conversation
merwok
reviewed
Dec 4, 2021
Contributor
Author
Sorry, something went wrong.
MaxwellDupre
approved these changes
Apr 15, 2022
MaxwellDupre
left a comment
Contributor
There was a problem hiding this comment.
Ran 164 tests in 2.291s
OK (skipped=24)
Looks ok.
Sorry, something went wrong.
Member
|
See also #111824 which fixes the original issue in a different way. |
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
Note that test zip only has a '..' path component for testing, and no absolute path. My zip archiver (as well as Python zip archiver) do not create absolute paths. It seems like all (?) modern zip archivers don't create absolute paths. If someone knows of an easy way to add such a path to the test zip file, I can update the unit test for that.
https://bugs.python.org/issue20907