cpython/Lib/test/test_os
Victor Stinner 7339cf7899
gh-83714: Use "stx_" prefix for all os.statx_result members (#140432)
Rename stx_birthtime to stx_btime, and rename stx_birthtime_ns to
stx_btime_ns.
2025-10-22 11:48:37 +02:00
..
__init__.py
test_os.py gh-83714: Use "stx_" prefix for all os.statx_result members (#140432) 2025-10-22 11:48:37 +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