tarfile module next() method hides exceptions
Open
Nobody has claimed this yet.
3.11
stdlib
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| 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']
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the Python tarfile module and reproducing how next() handles an exception while iterating. Review the linked historical issue and its nine comments to identify the intended exception behavior. Done means the exception is no longer hidden and regression coverage verifies the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100