No Windows `build.bat` support in `compile`
未關閉
還沒有人認領這個 Issue。
- 主要語言
- Python
- 星號
- 1k
- 分支
- 203
- 平均合併
- 1 小時 20 分鐘
- 30 天內合併 PR
- 2
描述
compile is only ./configure now:
There's no support for Windows' build.bat:
https://github.com/python/cpython/blob/bac4fee745569ef7f9bbe465c1c7f66856854af2/PCbuild/build.bat
I have no access to Windows so I cannot do this one.
Related to #463
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 pyperformance/compile.py 的第279-303行開始,將其目前對 ./configure 的處理與 CPython 的 PCbuild/build.bat 進行比較。追蹤 compile 如何選擇並呼叫建置命令,然後將完成標準定義為能正常運作的 Windows build.bat 支援;由於 issue 回報無法存取 Windows,因此需要進行 Windows 驗證。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- build-system, devtools
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100