multiprocessing.BaseManager does not retain Client type.
Open
Nobody has claimed this yet.
3.7 (EOL)
3.8 (EOL)
3.9 (EOL)
stdlib
topic-multiprocessing
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 558
Description
| BPO | 40307 |
|---|---|
| Nosy | @pitrou, @applio, @amol- |
| 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-04-16.21:35:30.866>
labels = ['3.7', '3.8', 'type-bug', 'library', '3.9']
title = 'multiprocessing.BaseManager does not retain Client type.'
updated_at = <Date 2020-04-19.19:43:21.505>
user = 'https://github.com/amol'
bugs.python.org fields:
activity = <Date 2020-04-19.19:43:21.505>
actor = 'xtreak'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-04-16.21:35:30.866>
creator = 'amol'
dependencies = []
files = []
hgrepos = []
issue_num = 40307
keywords = ['patch']
message_count = 2.0
messages = ['366630', '366632']
nosy_count = 3.0
nosy_names = ['pitrou', 'davin', 'amol']
pr_nums = ['19609']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue40307'
versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']
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 multiprocessing.BaseManager and review the referenced PR #19609, since the issue names no source file or test. Confirm the intended behavior from the title and migration details: BaseManager should retain the Client type, with the relevant multiprocessing behavior covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100