]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113666: Adding missing UF_ and SF_ flags to module 'stat' (#113667)
authorRonald Oussoren <ronaldoussoren@mac.com>
Mon, 15 Jan 2024 11:22:43 +0000 (12:22 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Jan 2024 11:22:43 +0000 (12:22 +0100)
commit2010d45327128594aed332befa687c8aead010bc
tree4545de42e4d6d99ea2bc8123aa987fac4bb4a7d4
parent892155d7365c9c4a6c2dd6850b4527222ba5c217
gh-113666: Adding missing UF_ and SF_ flags to module 'stat' (#113667)

Add some constants to module 'stat' that are used on macOS.

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/stat.rst
Lib/stat.py
Lib/test/test_stat.py
Misc/NEWS.d/next/macOS/2024-01-02-22-25-21.gh-issue-113666.xKZoBm.rst [new file with mode: 0644]
Modules/_stat.c