Expose extension compiler requirements in build-details.json
未关闭
还没有人认领这个 Issue。
build
type-feature
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 35.9k
- PR 合并指标
- PR 指标待抓取
描述
CPython's build-details.json should expose the extension compiler flags required or recommended by the interpreter build, including PEP 831's frame-pointer choice. This gives generic build backends and tools such as cibuildwheel a supported alternative to copying the complete sysconfig CFLAGS value.
Context: https://github.com/python/peps/pull/5074#discussion_r3711307663
Linked PRs
- gh-155172
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
先阅读 PEP 831 讨论和链接的 gh-155172 工作,以了解 build-details.json 中提议的字段。完成的标准是公开解释器构建所要求或建议的扩展编译器标志,包括帧指针的选择,同时不要求工具复制完整的 sysconfig CFLAGS 值。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- build-system
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100