cpython/Lib/test/test_os
Victor Stinner 5d2edf72d2
gh-83714: Set os.statx().stx_mode to None if missing from stx_mask (#140484)
* Set stx_mode to None if STATX_TYPE|STATX_MODE is missing from
  stx_mask.
* Enhance os.statx() tests.
* statx_result structure: remove atime_sec, btime_sec, ctime_sec and
  mtime_sec members. Compute them on demand when stx_atime,
  stx_btime, stx_ctime and stx_mtime are read.
* Doc: fix statx members sorting.
2025-10-23 22:35:17 +02:00
..
__init__.py
test_os.py gh-83714: Set os.statx().stx_mode to None if missing from stx_mask (#140484) 2025-10-23 22:35:17 +02:00
test_posix.py gh-83714: Use "stx_" prefix for all os.statx_result members (#140432) 2025-10-22 11:48:37 +02:00
test_windows.py
utils.py