Map errno==ETIME to TimeoutError
Open
Nobody has claimed this yet.
3.13
interpreter-core
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 39673 |
|---|---|
| Nosy | @ericvsmith, @giampaolo, @yaseppochi, @YoSTEALTH, @ZackerySpytz |
| PRs |
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 2020-02-18.09:51:59.405>
labels = ['type-feature', '3.10']
title = 'Map errno==ETIME to TimeoutError'
updated_at = <Date 2020-05-26.12:20:54.219>
user = 'https://github.com/YoSTEALTH'
bugs.python.org fields:
activity = <Date 2020-05-26.12:20:54.219>
actor = 'eric.smith'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2020-02-18.09:51:59.405>
creator = 'YoSTEALTH'
dependencies = []
files = []
hgrepos = []
issue_num = 39673
keywords = ['patch']
message_count = 13.0
messages = ['362187', '362188', '362190', '362191', '362192', '362200', '362201', '362204', '362205', '369924', '369932', '369960', '369973']
nosy_count = 5.0
nosy_names = ['eric.smith', 'giampaolo.rodola', 'sjt', 'YoSTEALTH', 'ZackerySpytz']
pr_nums = ['20253']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue39673'
versions = ['Python 3.10']
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
Review the linked PR python/cpython#20253 and the BPO issue first; the payload names no source file or test. Locate the errno-to-exception handling and its tests, then verify that ETIME maps to TimeoutError and the relevant tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100