Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.3k
GH-125413: Add private metadata methods topathlib.Path.info
#129897
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
16 commits Select commitHold shift + click to select a range
4dd7c21
GH-125413: Add private metadata methods to `pathlib.Path.info`
barneygale30faab7
Fix atime/mtime copying
barneygale22e065d
Simplify patch
barneygalecd4a1b5
Improve naming
barneygale07f89a4
Return `None` if results aren't available.
barneygale2026886
Merge `_create_metadata()` and `_create_symlink_metadata()`
barneygaleba4d393
Simplify patch a bit
barneygale6cde4fb
Further reduce diff
barneygale0871a39
Stop suppressing stat() errors from new methods
barneygale89e49bf
Stop using `samefile()`, add `_file_id()` and `_device_id()`
barneygale86b671f
Attempt to fix access time test
barneygalef6b2249
Delete `_device_id()`
barneygale47616de
Merge branch 'main' into gh-125413-merge-copyreader
barneygalebc9032b
Merge branch 'main' into gh-125413-merge-copyreader
barneygale6c03d51
Merge branch 'main' into gh-125413-merge-copyreader
encukou13db1fe
`_create_metadata` -> `_copy_metadata`
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
Stop using
samefile()
, add_file_id()
and_device_id()
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit89e49bf9a46100982e83f71c9d2b21a2837f3675
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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.