Multiprocessing.pool API Extension - Pass Data to Workers w/o Globals
未关闭
还没有人认领这个 Issue。
3.8 (EOL)
stdlib
topic-multiprocessing
type-feature
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 36k
- 平均合并
- 1 天 9 小时
- 30 天内合并 PR
- 558
描述
| BPO | 34837 |
|---|---|
| Nosy | @terryjreedy, @pitrou, @applio, @seanharr11 |
| 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 2018-09-28.20:04:13.460>
labels = ['3.8', 'type-feature', 'library']
title = 'Multiprocessing.pool API Extension - Pass Data to Workers w/o Globals'
updated_at = <Date 2018-10-05.18:45:39.587>
user = 'https://github.com/seanharr11'
bugs.python.org fields:
activity = <Date 2018-10-05.18:45:39.587>
actor = 'terry.reedy'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2018-09-28.20:04:13.460>
creator = 'seanharr11'
dependencies = []
files = []
hgrepos = []
issue_num = 34837
keywords = ['patch']
message_count = 2.0
messages = ['327168', '327169']
nosy_count = 4.0
nosy_names = ['terry.reedy', 'pitrou', 'davin', 'seanharr11']
pr_nums = ['9627']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue34837'
versions = ['Python 3.8']
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先查看现有的 PR 9627 以及 Lib 中 multiprocessing.pool 库的代码。该 issue 未指出具体的文件、测试或预期的 API 形式;要完成这项工作,需要先就一种无需使用全局变量即可向 worker 传递数据的扩展达成一致,并进行相应的验证。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- distributed-systems
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 20/100