Control flow inconsistency on closed asyncio stream
未關閉
還沒有人認領這個 Issue。
OS-windows
topic-asyncio
type-bug
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 36k
- PR 合併指標
- PR 指標待擷取
描述
| BPO | 35840 |
|---|---|
| Nosy | @pfmoore, @tjguk, @asvetlov, @schlamar, @zware, @1st1, @zooba, @eamanu |
| 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 2019-01-28.07:54:05.359>
labels = ['type-bug', '3.7', 'OS-windows', 'expert-asyncio']
title = 'Control flow inconsistency on closed asyncio stream'
updated_at = <Date 2019-02-25.18:57:20.343>
user = 'https://github.com/schlamar'
bugs.python.org fields:
activity = <Date 2019-02-25.18:57:20.343>
actor = 'eamanu'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Windows', 'asyncio']
creation = <Date 2019-01-28.07:54:05.359>
creator = 'schlamar'
dependencies = []
files = ['48082', '48160']
hgrepos = []
issue_num = 35840
keywords = []
message_count = 5.0
messages = ['334450', '334453', '336144', '336252', '336548']
nosy_count = 8.0
nosy_names = ['paul.moore', 'tim.golden', 'asvetlov', 'schlamar', 'zach.ware', 'yselivanov', 'steve.dower', 'eamanu']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue35840'
versions = ['Python 3.7']
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先比較上傳的兩個 tcp_test.py 重現(檔案 48082 和 48160),並檢查 stream 在 Windows 上關閉時 asyncio stream 的行為。重現不一致的控制流程並確定預期行為;完成的標準是已關閉 stream 的路徑保持一致,並由回歸測試涵蓋。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- networking
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100