gh-74623: Avoid untar errors when write-protected files are tarred twice#103174
Open
arhadthedev wants to merge 1 commit intopython:mainfrom
Open
gh-74623: Avoid untar errors when write-protected files are tarred twice#103174arhadthedev wants to merge 1 commit intopython:mainfrom
arhadthedev wants to merge 1 commit intopython:mainfrom
Conversation
Co-authored-by: Catherine Devlin <catherine.devlin@gmail.com>
Contributor
|
I'm encountering what I believe is this issue with the build context tarfile passed to repo2podman from repo2docker, which has multiple copies of the same file in the archive (acccording to I can confirm that copying the tarfile.py from this PR into sys.path before python.zip results in successful Is there a good reason to not merge this PR? https://devguide.python.org/core-developers/experts/index.html : |
Contributor
|
I was getting |
Contributor
|
Contributor
|
How does |
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
Add this suggestion to a batch that can be applied as a single commit.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.Add this suggestion to a batch that can be applied as a single commit.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.Suggestion cannot be applied right now. Please check back later.
This is a manual rebase of gh-1808.
The original author commited using a email slightly different from the one the new CLA is signed with. So I squashed everything to add the expected e-mail as
Co-authored-by.