multiprocessing breaks when payload fails to unpickle
オープン
まだ誰も着手していません。
3.8 (EOL)
stdlib
topic-multiprocessing
type-bug
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 558
説明
| BPO | 39751 |
|---|---|
| Nosy | @warsaw, @bitdancer, @iritkatriel |
| 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-25.16:37:00.081>
labels = ['type-bug', '3.8', 'expert-email']
title = 'multiprocessing breaks when payload fails to unpickle'
updated_at = <Date 2021-09-07.19:38:22.546>
user = 'https://bugs.python.org/JooEiras'
bugs.python.org fields:
activity = <Date 2021-09-07.19:38:22.546>
actor = 'iritkatriel'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['email']
creation = <Date 2020-02-25.16:37:00.081>
creator = 'Jo\xc3\xa3o Eiras'
dependencies = []
files = ['48915']
hgrepos = []
issue_num = 39751
keywords = []
message_count = 2.0
messages = ['362649', '401339']
nosy_count = 4.0
nosy_names = ['barry', 'r.david.murray', 'Jo\xc3\xa3o Eiras', 'iritkatriel']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue39751'
versions = ['Python 3.8']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、アップロードされたテストケース test_multiproc_error_unpickle.py を読み、payload を unpickle できない場合に実行される multiprocessing のパスを追跡します。現在の失敗動作を確認し、multiprocessing を壊さずにその失敗を処理できることを完了条件とします。テストケース周辺の回帰テストを追加または適応します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- distributed-systems
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100