python / python/pyperformance

No Windows `build.bat` support in `compile`

未关闭
#464 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
Python
星标
1k
派生
203
平均合并
1 小时 20 分钟
30 天内合并 PR
2

描述

compile is only ./configure now:

https://github.com/python/pyperformance/blob/a1d16c778dbab209478c291826d35807c51d8794/pyperformance/compile.py#L279-L303

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

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。