Expose extension compiler requirements in build-details.json
未關閉
還沒有人認領這個 Issue。
build
type-feature
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 36k
- 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