[issue43800] os.fwalk is not exposed on macOS

2021-04-10 Thread ntninja
New submission from ntninja : Is has come to my attention that the `os.fwalk` function has been missing from the standard library on Python for macOS since 3.6, even though macOS should support the necessary OS-interfaces (as specified in POSIX.1-2008) to support that function it just

[issue39533] Use `statx(2)` system call on Linux for extended `os.stat` information

2020-05-17 Thread ntninja
ntninja added the comment: I thought this might be the case, I'll look into adapting the patch accordingly then. -- ___ Python tracker <https://bugs.python.org/issue39

[issue39533] Use `statx(2)` system call on Linux for extended `os.stat` information

2020-03-23 Thread ntninja
Change by ntninja : -- keywords: +patch pull_requests: +18486 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19125 ___ Python tracker <https://bugs.python.org/issu

[issue39533] Use `statx(2)` system call on Linux for extended `os.stat` information

2020-02-02 Thread ntninja
New submission from ntninja : Background: For a long time several Linux filesystems have been tracking two extra bits of information. The file attributes bits[1] and the file creation time (aka crtime aka btime aka birthtime)[2]. Before Linux 4.11 accessing these required secret knowledge