urllib.error.HTTPError.fp is not closed when error is finalized on Windows
未关闭
还没有人认领这个 Issue。
3.10
3.11
3.9 (EOL)
OS-windows
stdlib
type-bug
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 36k
- 平均合并
- 1 天 9 小时
- 30 天内合并 PR
- 558
描述
| BPO | 34958 |
|---|---|
| Nosy | @pfmoore, @orsenthil, @tjguk, @zware, @zooba, @puxlit |
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 2018-10-11.13:49:09.650>
labels = ['type-bug', '3.9', '3.10', '3.11', 'library', 'OS-windows']
title = 'urllib.error.HTTPError.fp is not closed when error is finalized on Windows'
updated_at = <Date 2021-10-22.19:07:56.786>
user = 'https://github.com/puxlit'
bugs.python.org fields:
activity = <Date 2021-10-22.19:07:56.786>
actor = 'iritkatriel'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)', 'Windows']
creation = <Date 2018-10-11.13:49:09.650>
creator = 'puxlit'
dependencies = []
files = []
hgrepos = []
issue_num = 34958
keywords = []
message_count = 1.0
messages = ['327532']
nosy_count = 6.0
nosy_names = ['paul.moore', 'orsenthil', 'tim.golden', 'zach.ware', 'steve.dower', 'puxlit']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue34958'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先阅读 urllib.error.HTTPError 入口点,并跟踪错误在 Windows 上完成终结时其 fp 的处理方式。使用一个专注于 Windows 的测试复现所报告的行为,然后验证 fp 在终结后已关闭,同时不改变 HTTPError 的其他行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- networking
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100