concurrent.future.ThreadPoolExecutor should parameterize class used for threads
Open
Nobody has claimed this yet.
3.11
stdlib
topic-multiprocessing
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 45339 |
|---|---|
| Nosy | @brianquinlan, @pitrou, @asvetlov, @serhiy-storchaka, @1st1, @erickpeirson |
| 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 2021-10-01.10:37:53.418>
labels = ['type-feature', 'library', '3.11']
title = 'concurrent.future.ThreadPoolExecutor should parameterize class used for threads'
updated_at = <Date 2022-02-01.09:10:18.717>
user = 'https://github.com/erickpeirson'
bugs.python.org fields:
activity = <Date 2022-02-01.09:10:18.717>
actor = 'asvetlov'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-10-01.10:37:53.418>
creator = 'erickpeirson'
dependencies = []
files = []
hgrepos = []
issue_num = 45339
keywords = []
message_count = 8.0
messages = ['403007', '403054', '403142', '403145', '403186', '403187', '408562', '412238']
nosy_count = 7.0
nosy_names = ['bquinlan', 'pitrou', 'asvetlov', 'serhiy.storchaka', 'yselivanov', 'Sergei Maertens', 'erickpeirson']
pr_nums = ['28640']
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue45339'
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 with PR 28640 and the concurrent.futures.ThreadPoolExecutor implementation; the issue provides no file or test path. Determine the intended thread-class parameterization from that prior work, then add or update focused tests and verify the executor behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100