-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-99726: Adds os.statx function and associated constants #99755
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
Closed
Closed
Changes from 23 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
6f7e9fa
gh-99726: Adds os.statx function and associated constants
zooba 21b5f50
Update configure
zooba 8fd982e
Fix POSIX build issues
zooba 2b85372
Revert unrelated pyconfig.h.in changes
zooba a813f84
Revert generated files
zooba 5a6ce8e
Update pyconfig.h.in
zooba 6f54522
Fixup configure
zooba cda6886
Fix docs
zooba 0db9341
Check for STATX_MNT_ID
zooba e278102
Properly exclude statx
zooba 7844111
Add missing fields
zooba a787ae7
More field initialization
zooba b1182c3
More uninitialised fields
zooba cc5a159
endif
zooba ce24e79
Switch to less-confusing conditional attributes. Other fixes
zooba 4a6e5ee
Few fixes
zooba 7835bde
Make init config tests more reliable on Windows builds
zooba 64111f4
Merge remote-tracking branch 'cpython/main' into gh-99726
zooba d53c013
Merge remote-tracking branch 'cpython/main' into gh-99726
zooba 991876d
Update DeviceType check and rest of stdlib
zooba 2d90f4d
Fix refleak and tests
zooba a6d3386
More test fixes
zooba ed5f370
Fix os.statx assumption
zooba 4e95220
Documentation improvements
zooba 3cc69aa
Missed one doc change
zooba 025a4e6
Nope, it was applied fine
zooba 8ee94aa
Handle block devices better
zooba bbcc6ee
Put statx in correct os sets, and include in pythoninfo
zooba 768ba42
Merge remote-tracking branch 'cpython/main' into gh-99726
zooba cadeecb
Merge branch 'main' into gh-99726
carljm 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
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.