[Windows] I/O on a broken pipe may raise an EINVAL OSError instead of BrokenPipeError
オープン
まだ誰も着手していません。
3.10
3.8 (EOL)
3.9 (EOL)
interpreter-core
OS-windows
topic-IO
type-bug
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 558
説明
| BPO | 35754 |
|---|---|
| Nosy | @pfmoore, @tjguk, @zware, @eryksun, @zooba |
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 2019-01-16.21:33:08.638>
labels = ['interpreter-core', 'type-bug', '3.8', '3.9', 'expert-IO', '3.10', 'OS-windows']
title = '[Windows] I/O on a broken pipe may raise an EINVAL OSError instead of BrokenPipeError'
updated_at = <Date 2021-03-22.00:14:18.586>
user = 'https://bugs.python.org/jimbo1qaz'
bugs.python.org fields:
activity = <Date 2021-03-22.00:14:18.586>
actor = 'eryksun'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core', 'Windows', 'IO']
creation = <Date 2019-01-16.21:33:08.638>
creator = 'jimbo1qaz_'
dependencies = []
files = []
hgrepos = []
issue_num = 35754
keywords = []
message_count = 4.0
messages = ['333792', '333793', '333814', '389266']
nosy_count = 6.0
nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'eryksun', 'steve.dower', 'jimbo1qaz_']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue35754'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
この issue は Python のインタープリターコアにおける Windows I/O に関するものですが、ソースファイル、テスト、再現手順は示されていません。まずリンクされた BPO issue を確認し、Windows の broken-pipe エラー処理を特定してください。broken-pipe I/O から EINVAL の OSError ではなく BrokenPipeError が一貫して発生し、回帰テストのカバレッジがあれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- operating-systems
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 32/100