This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-12-08 06:10:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f46785f8bc
cpython
/
Misc
/
NEWS.d
/
next
/
Build
/
2025-10-17-11-33-45.gh-issue-140239._k-GgW.rst
2 lines
64 B
ReStructuredText
Raw
Normal View
History
Unescape
Escape
gh-140239: Check for statx on Android (#140395) Android has Linux's statx, but MACHDEP is "android" on Android, so configure doesn't check for statx on Android. Base the check for statx on ac_sys_system instead, which is "Linux-android" on Android, "Linux" on other Linux distributions, and "AIX" on AIX (which has an incompatible function named statx).
2025-10-21 08:54:00 -07:00
Check
``
statx
``
availability only on Linux (including Android).
Reference in a new issue
Copy permalink