gh-83714: Use statx on Linux 4.11 and later in os.stat#136334
Closed
jbosboom wants to merge 19 commits into
Closed
gh-83714: Use statx on Linux 4.11 and later in os.stat#136334jbosboom wants to merge 19 commits into
jbosboom wants to merge 19 commits into
Commits
Commits on Jul 6, 2025
bpo-39533: Use statx on Linux 4.11 and later in os.stat
Show description for 99c9efdcommitted
Commits on Jul 8, 2025
Commits on Sep 4, 2025
- committed
Implement os.statx
Show description for bc3155bandcommitted- committed
Commits on Sep 10, 2025
Commits on Sep 13, 2025
Reimplement os.statx_result using PyMemberDef and PyGetSetDef; remove raw kwarg
Show description for 7440397committedRemove statx-specific members from os.stat_result documentation
Show description for 534e33fcommitted- committed
Commits on Sep 14, 2025
- committed
Commits on Sep 15, 2025
Commits on Sep 17, 2025
Implement os.stat with statx only if the statx syscall works
Show description for 6be85a3committedTest statx PathLike and dir_fd handling
Show description for c32ee72committed- committed