]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-118447: Fix handling of unreadable symlinks in `os.path.realpath()` (#118489)
authorBarney Gale <barney.gale@gmail.com>
Sat, 18 May 2024 22:40:51 +0000 (23:40 +0100)
committerGitHub <noreply@github.com>
Sat, 18 May 2024 22:40:51 +0000 (22:40 +0000)
commitcaf6064a1bc15ac344afd78b780188e60b9c628e
treefd6ade354d8fd21cd3cfcc388586e92b477be392
parent30b4e9f9c42493136c58c56fee5553128bb32428
GH-118447: Fix handling of unreadable symlinks in `os.path.realpath()` (#118489)

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
Lib/posixpath.py
Lib/test/test_posixpath.py
Misc/NEWS.d/next/Library/2024-05-01-22-24-05.gh-issue-110863.GjYBbq.rst [new file with mode: 0644]