-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-43757: make pathlib use os.path.realpath() to resolve all symlinks in a path #25264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
164dbfd
bpo-43757: make pathlib use os.path.realpath() to resolve all symlink…
barneygale 2894e0a
Adjust `os.path.realpath` to match `pathlib.Path.resolve()` behaviour…
barneygale 495bd8b
Call `os.stat()` to raise `OSError(errno.ELOOP, ...)`.
barneygale 492c66b
Remove unused import
barneygale c8bac15
Stop ignoring ERROR_CANT_RESOLVE_FILENAME error in _getfinalpathname_…
barneygale fe69688
Fix symlink detection and `posixpath` tests.
barneygale 4114be9
Raise RuntimeError in Path.resolve() if realpath() raises ERROR_CANT_…
barneygale 2a594ce
Remove unused import
barneygale fb36a40
Make documentation a little more general to accurately cover Windows.
barneygale 0634486
First pass on fixing `ntpath` tests
barneygale 600fc9e
Second pass on fixing `ntpath` tests
barneygale 047471c
Fix indentation
barneygale bf3a3f7
Copy description of 'strict' from pathlib.
barneygale f839db0
Add tests
barneygale 2d30bb7
Add NEWS
barneygale 68c6533
Fix ntpath tests (pass 1)
barneygale 9fa60eb
Add some notes on OS differences
barneygale f979947
Split NEWS
barneygale a82bc18
Do not suppress initial ERROR_CANT_RESOLVE_FILENAME error in non-stri…
barneygale 86c318c
realpath(): only raise OSError for symlink loops in strict mode
barneygale 7362f7e
Fix test_ntpath (pass 1)
barneygale 72147c5
Fix test_ntpath (pass 2)
barneygale df04357
Split up exception handling in resolve() for greater clarity.
barneygale File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.