Add deferred single-threaded/fake executor to concurrent.futures
Open
Nobody has claimed this yet.
3.7 (EOL)
topic-multiprocessing
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 36395 |
|---|---|
| Nosy | @brianquinlan, @pitrou |
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 2019-03-22.01:39:20.835>
labels = ['type-feature', '3.7']
title = 'Add deferred single-threaded/fake executor to concurrent.futures'
updated_at = <Date 2020-05-22.14:18:17.279>
user = 'https://bugs.python.org/BrianMcCutchon'
bugs.python.org fields:
activity = <Date 2020-05-22.14:18:17.279>
actor = 'santagada'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2019-03-22.01:39:20.835>
creator = 'Brian McCutchon'
dependencies = []
files = []
hgrepos = []
issue_num = 36395
keywords = []
message_count = 9.0
messages = ['338576', '341616', '341624', '341625', '341660', '341740', '341797', '341890', '369603']
nosy_count = 4.0
nosy_names = ['bquinlan', 'pitrou', 'santagada', 'Brian McCutchon']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue36395'
versions = ['Python 3.7']
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 concurrent.futures implementation and the linked BPO issue to determine the intended deferred single-threaded or fake-executor behavior. The issue names no files or tests and leaves the API and completion criteria unspecified, so clarify the design and expected tests before making changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100