-
-
Notifications
You must be signed in to change notification settings - Fork 33k
gh-83714: Use statx on Linux 4.11 and later in os.stat #136334
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
Changes from 7 commits
99c9efd
cebd5b7
ffd7a89
d53650a
4e4e917
bc3155b
b0e8276
1a8a6d6
f71315e
1f1e959
7440397
534e33f
7dc75d0
894efb5
d5bc601
5b36cf0
6be85a3
c32ee72
c84f783
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Provide :func:`os.statx` and populate :attr:`~os.stat_result.st_birthtime` | ||
in the return value of :func:`os.stat` on Linux kernel 4.11 and later using | ||
the statx system call. Contributed by Jeffrey Bosboom and Erin of Yukis. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.