◐ Shell
reader mode source ↗
Skip to content

[3.9] bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264)#135035

Merged
ambv merged 1 commit into
python:3.9from
ambv:3.9-backport-os.path.realpath(strict=)
Jun 2, 2025
Merged

[3.9] bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264)#135035
ambv merged 1 commit into
python:3.9from
ambv:3.9-backport-os.path.realpath(strict=)

Conversation

@ambv

@ambv ambv commented Jun 2, 2025

Copy link
Copy Markdown
Contributor

Also adds a new "strict" argument to realpath() to avoid changing the default behaviour of pathlib while sharing the implementation.

(cherry-picked from commit baecfbd)

This is necessary for gh-135034.

…nks in a path (pythonGH-25264)

Also adds a new "strict" argument to realpath() to avoid changing the default behaviour of pathlib while sharing the implementation.

(cherry-picked from commit baecfbd)
Hide details View details @ambv ambv merged commit 00af979 into python:3.9 Jun 2, 2025
14 checks passed
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.

2 participants