Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
GH-114847: Speed upposixpath.realpath()#114848
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
23 commits Select commitHold shift + click to select a range
0a4f60a GH-114847: Speed up `posixpath.realpath()`
barneygale5aa9c51 Tiny tweak
barneygaleb758710 Slightly speed up handling of empty/dot parts
barneygaleeb079b4 Merge branch 'main' into gh-114847
barneygale60d3bcb Simplify '..' handling.
barneygaleb849308 A few more perf improvements and simplifications.
barneygale085e105 Simplify symlink resolution signalling
barneygale69dabd2 Tiny tweaks
barneygale197c871 Spacing
barneygaleb03e474 Merge branch 'main' into gh-114847
barneygaleecd1fe7 Comments
barneygale4b83c97 Final tweaks
barneygale77712d2 Further explain 'rest'.
barneygale15199a8 Update Lib/posixpath.py
barneygale8b3b808 Merge branch 'main' into gh-114847
barneygale01127e3 Merge branch 'main' into gh-114847
barneygale31955ee Undo re-ordering of lstat() and seen lookup
barneygale211167e Merge branch 'main' into gh-114847
barneygalefe62fef Re-optimise link check
barneygaleebccd2b Stop querying when `lstat()` fails.
barneygaled2a0248 Keep querying if we hit an OSError from lstat()
barneygaleecbb27c Merge branch 'main' into gh-114847
barneygaleeed739a Update Lib/posixpath.py
barneygaleFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Merge branch 'main' intogh-114847
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit8b3b8081b51f1f1c5aca9eb8300f87fb7584db5f
There are no files selected for viewing
This merge commit was added into this branch cleanly.
There are no new changes to show, but you can stillview the diff.
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.