]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-83714: Use "stx_" prefix for all os.statx_result members (#140432)
authorVictor Stinner <vstinner@python.org>
Wed, 22 Oct 2025 09:48:37 +0000 (11:48 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Oct 2025 09:48:37 +0000 (11:48 +0200)
commit7339cf7899229920a8c3b634a026a94df40853b8
treed70e0c07660f442d32672453ff46a4acd927f0ee
parentb3a38438d83245e52dff80f348c7fde539333cea
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.
Doc/library/os.rst
Doc/whatsnew/3.15.rst
Lib/test/test_os/test_os.py
Lib/test/test_os/test_posix.py
Misc/NEWS.d/next/Library/2025-09-18-21-25-41.gh-issue-83714.TQjDWZ.rst
Modules/posixmodule.c