tarfile module next() method hides exceptions
未关闭
还没有人认领这个 Issue。
3.11
stdlib
type-bug
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 36k
- PR 合并指标
- PR 指标待抓取
描述
| BPO | 27590 |
|---|---|
| Nosy | @rhettinger, @gustaebel, @bitdancer, @socketpair |
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 2016-07-22.15:11:06.123>
labels = ['type-bug', 'library', '3.11']
title = 'tarfile module next() method hides exceptions'
updated_at = <Date 2021-04-26.22:45:55.534>
user = 'https://bugs.python.org/JieGhost'
bugs.python.org fields:
activity = <Date 2021-04-26.22:45:55.534>
actor = 'iritkatriel'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2016-07-22.15:11:06.123>
creator = 'JieGhost'
dependencies = []
files = []
hgrepos = []
issue_num = 27590
keywords = []
message_count = 9.0
messages = ['270990', '270998', '271005', '271011', '271031', '271033', '271235', '271261', '271505']
nosy_count = 5.0
nosy_names = ['rhettinger', 'lars.gustaebel', 'r.david.murray', 'socketpair', 'JieGhost']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue27590'
versions = ['Python 3.11']
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先阅读 Python tarfile 模块,并复现 next() 在迭代时如何处理异常。查看链接的历史 issue 及其九条评论,以确定预期的异常行为。当异常不再被隐藏,并且回归覆盖率验证了该行为时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- tooling
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100