]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-83714: Fix os.statx() tests on tmpfs: st_birthtime can be None (#140407)
authorVictor Stinner <vstinner@python.org>
Tue, 21 Oct 2025 10:24:49 +0000 (12:24 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Oct 2025 10:24:49 +0000 (10:24 +0000)
commitfe4b60208e4edfdd781eac6b706b29a60be2bb07
tree3cc2fd24fcf421b2df74f8052cd037e029c7c56c
parent5c41666ec48e643485628ef06e98373b48744c6e
gh-83714: Fix os.statx() tests on tmpfs: st_birthtime can be None (#140407)
Lib/test/test_os/test_os.py