traceback & inspect modules should verify that the .py source file matches the one that the running process is using
未关闭
还没有人认领这个 Issue。
3.11
stdlib
type-feature
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 36k
- PR 合并指标
- PR 指标待抓取
描述
| BPO | 44091 |
|---|---|
| Nosy | @gvanrossum, @gpshead, @iritkatriel |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2021-05-09.17:15:30.610>
labels = ['type-feature', 'library', '3.11']
title = 'traceback & inspect modules should verify that the .py source file matches the one that the running process is using'
updated_at = <Date 2021-09-02.20:42:48.048>
user = 'https://github.com/gpshead'
bugs.python.org fields:
activity = <Date 2021-09-02.20:42:48.048>
actor = 'gregory.p.smith'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-05-09.17:15:30.610>
creator = 'gregory.p.smith'
dependencies = []
files = []
hgrepos = []
issue_num = 44091
keywords = []
message_count = 6.0
messages = ['393328', '400866', '400867', '400869', '400870', '400956']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'gregory.p.smith', 'iritkatriel']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue44091'
versions = ['Python 3.11']
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 traceback,并检查模块实现及其现有测试。复现运行中的进程使用与磁盘上的 .py 源文件不同的文件这一情况,然后建立覆盖验证行为的测试。完成的标准是两个模块都能可靠地检测或处理这种不匹配。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100