python / python/pyperformance

[Windows] Automatically run PC\layout after building python.exe

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

还没有人认领这个 Issue。

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

描述

On Windows, after building a python.exe, before using it to run pyperformance, you need to run a special command PC\layout, which creates an installed-like tree structure, and then use the python.exe from that tree. It would be nice if this was automatically done by the compile command.

See https://github.com/python/pyperformance/issues/148#issuecomment-1081867800 and ff. for more details.

贡献指南

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

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

从用于构建 python.exe 的编译命令及其 Windows 路径开始。检查该命令目前如何在运行 pyperformance 之前准备可执行文件,然后使 PC\layout 步骤自动执行,并使用生成的树中的 python.exe。完成标准是 Windows 编译能够在不手动执行 layout 命令的情况下成功运行 pyperformance。

由索引模型根据 Issue 内容生成。

评估

技术栈
python
领域
build-system
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

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