]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-83714: Check for struct statx members in configure (#140402)
authorJeffrey Bosboom <jbosboom@jeffreybosboom.com>
Tue, 21 Oct 2025 16:13:14 +0000 (09:13 -0700)
committerGitHub <noreply@github.com>
Tue, 21 Oct 2025 16:13:14 +0000 (18:13 +0200)
commit60df1d7e0c8eef4bb7b9c41e2b65957ab4a4cd34
tree7c4f3da9121f689ad38fc59da2233690fc6ed466
parentb4d230736709235f90fe635f3322973cc9fadd21
gh-83714: Check for struct statx members in configure (#140402)

Some systems have the definitions of the mask bits without having the
corresponding members in struct statx.  Add configure checks for members
added after Linux 4.11 (when statx itself was added).
Doc/library/os.rst
Modules/posixmodule.c
configure
configure.ac
pyconfig.h.in