[Windows] Enable ARM64X build
还没有人认领这个 Issue。
- 主要语言
- 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
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先阅读提案和链接的 Microsoft ARM64X 文档,然后检查 CPython 的 Windows 构建流程及其现有的 x64 和 ARM64 输出。当 CPython 提供 ARM64X DLL,使一个 Windows 安装同时支持原生 ARM64 应用程序和 x64 模拟应用程序时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- build-system, operating-systems
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100