multiprocessing.dummy.Process lacks daemon parameter
Open
Nobody has claimed this yet.
topic-multiprocessing
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 41544 |
|---|---|
| Nosy | @pitrou, @applio, @moi90 |
| 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-08-13.21:08:33.892>
labels = ['type-bug']
title = 'multiprocessing.dummy.Process lacks daemon parameter'
updated_at = <Date 2021-11-07.08:00:41.352>
user = 'https://github.com/moi90'
bugs.python.org fields:
activity = <Date 2021-11-07.08:00:41.352>
actor = 'moi90'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2020-08-13.21:08:33.892>
creator = 'moi90'
dependencies = []
files = []
hgrepos = []
issue_num = 41544
keywords = ['patch']
message_count = 2.0
messages = ['375347', '405894']
nosy_count = 3.0
nosy_names = ['pitrou', 'davin', 'moi90']
pr_nums = ['21869']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue41544'
versions = []
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 reviewing PR #21869 and locating the multiprocessing.dummy.Process entry point. Confirm the missing daemon parameter and check whether the existing pull request covers the expected behavior. Done means the parameter is supported and the behavior is covered by relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100