-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-113666: Adding missing UF_ and SF_ flags to module 'stat' #113667
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
16 commits
Select commit
Hold shift + click to select a range
e5b310b
gh-113666: Adding missing UF_ and SF_ flags to module 'stat'
ronaldoussoren a577ec8
Update Lib/stat.py
ronaldoussoren 8d1f532
Add test that tests values of constants on macOS
ronaldoussoren 36af895
Fix definitions
ronaldoussoren d00e54f
Add new definitions to _stat.c as well
ronaldoussoren 24f9045
Merge branch 'gh-113666' of github.com:ronaldoussoren/cpython into gh…
ronaldoussoren b68cf31
Fix typo
ronaldoussoren ab7017b
Add new flags to the generic tests as well.
ronaldoussoren b63cd7e
Fix whitespace at end of line
ronaldoussoren 037863e
Merge branch 'main' into gh-113666
ronaldoussoren 4ed402e
BSD and older macOS
ronaldoussoren 97ff320
Fix typo
ronaldoussoren 97af986
Update Lib/test/test_stat.py
ronaldoussoren bae3f7e
fix ci errors
ronaldoussoren 5cd492d
Merge branch 'gh-113666' of github.com:ronaldoussoren/cpython into gh…
ronaldoussoren 4b576d2
Correct documentatation
ronaldoussoren 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
5 changes: 5 additions & 0 deletions
5
Misc/NEWS.d/next/macOS/2024-01-02-22-25-21.gh-issue-113666.xKZoBm.rst
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Add the following constants to module :mod:`stat`: ``UF_SETTABLE``, | ||
``UF_TRACKED``, ``UF_DATAVAULT``, ``SF_SUPPORTED``, ``SF_SETTABLE``, | ||
``SF_SYNTHETIC``, ``SF_RESTRICTED``, ``SF_FIRMLINK`` and ``SF_DATALESS``. | ||
The values ``UF_SETTABLE``, ``SF_SUPPORTED``, ``SF_SETTABLE`` and | ||
``SF_SYNTHETIC`` are only available on macOS. |
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
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.