python / python/cpython

[Windows] Enable ARM64X build

オープン
#144,598 コメント 5 件 リアクション 2 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

build OS-windows type-feature
主要言語
Python
スター
77.2k
フォーク
35.9k
PR マージ指標
PR 指標を取得中

説明

Feature or enhancement

Proposal:

Currently, CPython offers separate x64 and ARM64 builds for Windows. This poses a challenge that users will need both installed in order for apps using x64 emulation and native ARM64 apps to use the Python interpreter.
This proposal suggests providing ARM64X (which is combined ARM64 native + ARM64EC) DLLs for CPython, allowing both native ARM64 apps and x64 emulated apps to use a single Python install.
Windows versions that do not provide native x64 emulation (Windows 10) will simply use the ARM64 binary within ARM64X, so there is no change to current behavior on those systems.

Has this already been discussed elsewhere?

This is a minor feature, which does not need previous discussion elsewhere

Links to previous discussion of this feature:

No response

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

まず提案とリンクされている Microsoft の ARM64X ドキュメントを読み、次に CPython の Windows ビルドプロセスと既存の x64 および ARM64 の出力を調査します。CPython が ARM64X DLL を提供し、1 つの Windows インストールでネイティブ ARM64 アプリケーションと x64 エミュレーションアプリケーションの両方をサポートできれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
python
領域
build-system, operating-systems
issue の種類
機能追加
難易度
5/5
見積もり時間
1週間以上
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。