cpython/Lib/sysconfig
Robert Kirkman 3a2b81e919
gh-145616: Detect Android sysconfig ABI correctly on 32-bit ARM Android on 64-bit ARM kernel (GH-145617)
When Python is running on 32-bit ARM Android on a 64-bit ARM kernel, `os.uname().machine` is `armv8l`. Such devices run the same userspace code as `armv7l` devices, so apply the same `armeabi_v7a` Android ABI to them, which works.
2026-03-26 13:27:36 +01:00
..
__init__.py gh-145616: Detect Android sysconfig ABI correctly on 32-bit ARM Android on 64-bit ARM kernel (GH-145617) 2026-03-26 13:27:36 +01:00
__main__.py gh-136097: Fix sysconfig._parse_makefile() (#136166) 2025-10-04 14:57:12 +01:00