FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.15] gh-151669: Normalize symlink targets in tarfile.TarFile.gettarinfo() (GH-151671) by miss-islington · Pull Request #153517 · python/cpython · GitHub

/ cpython Public

[3.15] gh-151669: Normalize symlink targets in tarfile.TarFile.gettarinfo() (GH-151671) - #153517

Merged
hugovk merged 1 commit into
python:3.15from
miss-islington:backport-cc31641-3.15
Jul 17, 2026
Merged

[3.15] gh-151669: Normalize symlink targets in tarfile.TarFile.gettarinfo() (GH-151671)#153517
hugovk merged 1 commit into
python:3.15from
miss-islington:backport-cc31641-3.15

Conversation

miss-islington commented Jul 10, 2026
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

This applies a normalization when creating members vrom the filesystem,
complementary to the one added to tarfile.TarFile.extract() in gh-138309
that does it in the other direction.
This solves an issue with round-tripping through the filesystem.
(cherry picked from commit cc31641)

Co-authored-by: Daniele Nicolodi daniele@grinta.net

…nfo() (pythonGH-151671)

This applies a normalization when creating members vrom the filesystem,
 complementary to the one added to tarfile.TarFile.extract() in pythongh-138309
that does it in the other direction.
This solves an issue with round-tripping through the filesystem.
(cherry picked from commit cc31641)

Co-authored-by: Daniele Nicolodi <daniele@grinta.net>

Copy link
Copy Markdown

hugovk merged commit fefc0b4 into python:3.15 Jul 17, 2026
58 checks passed
miss-islington deleted the backport-cc31641-3.15 branch July 17, 2026 20:37
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL