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.
V
Victor Stinner committed
5d2edf72d25c2616f0e13d10646460a8e69344fa
Parent: f0291c3
Committed by GitHub <noreply@github.com>
on 10/23/2025, 8:35:17 PM