max_workers argument to concurrent.futures.ProcessPoolExecutor is not flexible enough
オープン
まだ誰も着手していません。
3.8 (EOL)
stdlib
topic-multiprocessing
type-feature
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 558
説明
| BPO | 39617 |
|---|---|
| Nosy | @brianquinlan, @pitrou, @sam-s, @aeros |
| Files |
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-02-12.17:21:04.221>
labels = ['3.8', 'type-feature', 'library']
title = 'max_workers argument to concurrent.futures.ProcessPoolExecutor is not flexible enough'
updated_at = <Date 2021-02-05.05:00:08.426>
user = 'https://github.com/sam-s'
bugs.python.org fields:
activity = <Date 2021-02-05.05:00:08.426>
actor = 'calestyo'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-02-12.17:21:04.221>
creator = 'sam-s'
dependencies = []
files = ['48898']
hgrepos = []
issue_num = 39617
keywords = []
message_count = 6.0
messages = ['361905', '361906', '361956', '362065', '362113', '362351']
nosy_count = 5.0
nosy_names = ['bquinlan', 'pitrou', 'sam-s', 'aeros', 'calestyo']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue39617'
versions = ['Python 3.8']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
添付された run-at-load-avg.py の再現プログラムから始め、Python 標準ライブラリにおける concurrent.futures.ProcessPoolExecutor と max_workers の処理を調査してください。リンク先の BPO の議論から意図された柔軟性を明確にし、関連する executor のテストを特定してください。完了条件には、要求された動作を示し、リグレッションなしで成功するテストを含めてください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- backend
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 静か
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 38/100