socket methods with timeout take very slow path on Windows
未关闭
还没有人认领这个 Issue。
OS-windows
performance
stdlib
topic-socket
type-feature
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 36k
- PR 合并指标
- PR 指标待抓取
描述
| BPO | 41806 |
|---|---|
| Nosy | @pfmoore, @tjguk, @zware, @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 2020-09-17.20:25:37.882>
labels = ['3.8', '3.9', '3.10', 'performance', 'library', 'OS-windows']
title = 'socket methods with timeout take very slow path on Windows'
updated_at = <Date 2020-09-17.20:25:37.882>
user = 'https://github.com/zooba'
bugs.python.org fields:
activity = <Date 2020-09-17.20:25:37.882>
actor = 'steve.dower'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)', 'Windows']
creation = <Date 2020-09-17.20:25:37.882>
creator = 'steve.dower'
dependencies = []
files = []
hgrepos = []
issue_num = 41806
keywords = []
message_count = 1.0
messages = ['377065']
nosy_count = 4.0
nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'steve.dower']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'performance'
url = 'https://bugs.python.org/issue41806'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
Linked PRs
- gh-110988
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先阅读 BPO issue 41806 和链接的 PR gh-110988,因为这里没有指定源文件或测试。跟踪 Windows socket timeout 路径,并审查链接的工作,以确定预期的修复和验证方式;完成意味着已处理慢路径,且不会使 timeout 行为发生回归。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- networking, operating-systems
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 15/100