tarfile module next() method hides exceptions
オープン
まだ誰も着手していません。
3.11
stdlib
type-bug
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 558
説明
| 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 にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず Python tarfile モジュールを読み、反復処理中に next() が例外をどのように処理するかを再現します。リンク先の過去の issue とその 9 件のコメントを確認し、意図された例外の動作を特定します。例外が隠されなくなり、リグレッションテストによるカバレッジでその動作が検証されれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- tooling
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100