Cannot capture sys.stderr output from an uncaught exception in a multiprocessing Process using a multiprocessing Queue
オープン
まだ誰も着手していません。
stdlib
topic-multiprocessing
type-bug
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 558
説明
| BPO | 27081 |
|---|---|
| Nosy | @pppery, @applio, @Vgr255 |
| 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 2016-05-21.21:04:33.243>
labels = ['type-bug', 'library']
title = 'Cannot capture sys.stderr output from an uncaught exception in a multiprocessing Process using a multiprocessing Queue'
updated_at = <Date 2016-07-03.04:25:20.887>
user = 'https://github.com/pppery'
bugs.python.org fields:
activity = <Date 2016-07-03.04:25:20.887>
actor = 'davin'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2016-05-21.21:04:33.243>
creator = 'ppperry'
dependencies = []
files = ['43613']
hgrepos = []
issue_num = 27081
keywords = []
message_count = 7.0
messages = ['266026', '266028', '269733', '269736', '269737', '269738', '269750']
nosy_count = 5.0
nosy_names = ['jnoller', 'sbt', 'ppperry', 'davin', 'abarry']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue27081'
versions = ['Python 3.4']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
添付された issue27081.py の例から始め、sys.stderr、捕捉されていない例外、multiprocessing.Process、および multiprocessing.Queue に関係する失敗を再現してください。関連する multiprocessing の動作を追跡し、どのようにテストすべきかを判断してください。この issue は、既存の動作を後退させることなく、子プロセスの stderr を意図どおりに捕捉できるようになった時点で完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- operating-systems
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100