]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-83714: Implement os.statx() function (#139178)
authorJeffrey Bosboom <jbosboom@jeffreybosboom.com>
Wed, 15 Oct 2025 13:44:08 +0000 (06:44 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Oct 2025 13:44:08 +0000 (13:44 +0000)
commitfe9ac7fc8ca00515b3c9a4d91d7bbfe038c861e7
treeaf9f8d97e8dd06616c90069ed3ca0bbdd0846962
parent27acaf1cb79b30ce2a79e64ab1bc204f57cbe5d2
gh-83714: Implement os.statx() function (#139178)

Co-authored-by: Cody Maloney <cmaloney@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
18 files changed:
Doc/library/os.rst
Doc/library/stat.rst
Doc/whatsnew/3.15.rst
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/os.py
Lib/stat.py
Lib/test/test_os/test_os.py
Lib/test/test_os/test_posix.py
Misc/ACKS
Misc/NEWS.d/next/Library/2025-09-18-21-25-41.gh-issue-83714.TQjDWZ.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c
configure
configure.ac
pyconfig.h.in