Skip to content

[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

@miss-islington miss-islington commented Jul 10, 2026

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>
@read-the-docs-community

Copy link
Copy Markdown

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