Multiprocessing: multiprocessing.connection.Listener.accept() should accept a timeout
Open
Nobody has claimed this yet.
stdlib
topic-multiprocessing
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 32244 |
|---|---|
| Nosy | @carlodri |
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 2017-12-07.15:09:59.499>
labels = ['3.8', 'type-feature', 'library']
title = 'Multiprocessing: multiprocessing.connection.Listener.accept() should accept a timeout'
updated_at = <Date 2020-10-15.11:21:51.355>
user = 'https://bugs.python.org/TomCook'
bugs.python.org fields:
activity = <Date 2020-10-15.11:21:51.355>
actor = 'carlodri'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2017-12-07.15:09:59.499>
creator = 'Tom Cook'
dependencies = []
files = []
hgrepos = []
issue_num = 32244
keywords = []
message_count = 3.0
messages = ['307809', '307810', '378675']
nosy_count = 2.0
nosy_names = ['Tom Cook', 'carlodri']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue32244'
versions = ['Python 3.6', 'Python 3.8']
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 at the multiprocessing.connection.Listener.accept entry point and inspect the surrounding multiprocessing library implementation. Determine the requested timeout behavior, then add coverage showing that accept honors it and run the relevant multiprocessing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100