Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-145616: Detect Android sysconfig ABI correctly on 32-bit ARM Android on 64-bit ARM kernel#145617

Open
robertkirkman wants to merge 2 commits intopython:mainfrom
robertkirkman:sysconfig-32-bit-arm-android-64-bit-arm-kernel
Open

gh-145616: Detect Android sysconfig ABI correctly on 32-bit ARM Android on 64-bit ARM kernel#145617
robertkirkman wants to merge 2 commits intopython:mainfrom
robertkirkman:sysconfig-32-bit-arm-android-64-bit-arm-kernel

Conversation

@robertkirkman
Copy link

@robertkirkmanrobertkirkman commentedMar 7, 2026
edited
Loading

  • When Python is running on 32-bit ARM Android on a 64-bit ARM kernel,os.uname().machine isarmv8l. Such devices run the same userspace code asarmv7l devices, so apply the samearmeabi_v7a Android ABI to them, which works.

… Android on 64-bit ARM kernel- 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.- Issue:python#145616
@python-cla-bot
Copy link

python-cla-botbot commentedMar 7, 2026
edited
Loading

All commit authors signed the Contributor License Agreement.

CLA signed

@bedevere-app
Copy link

Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply theskip news label instead.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@FFY00FFY00Awaiting requested review from FFY00FFY00 is a code owner

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@robertkirkman

[8]ページ先頭

©2009-2026 Movatter.jp