mirror of
https://github.com/python/cpython.git
synced 2026-06-22 19:12:50 -04:00
5d2edf72d2
* 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.
Source files for standard library extension modules, and former extension modules that are now builtin modules.