IsolatedAsyncioTestCase `__del__` could be dangerous
未关闭
还没有人认领这个 Issue。
stdlib
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 36k
- PR 合并指标
- PR 指标待抓取
描述
It looks like in IsolatedAsyncioTestCase when debug() crashes it doesn't teardown the event loop, in addition it seems that if the loop isn't torn down it will happen in __del__ which means thread local sensitive functions like set_event_loop get called via the GC from potentially the wrong thread
Originally posted by @graingert in https://github.com/python/cpython/pull/95898#discussion_r946516908
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 IsolatedAsyncioTestCase 开始,跟踪 debug() 的失败路径、事件循环的拆除以及 del 清理。确定清理如何从错误的线程调用线程本地操作;完成的标准是崩溃路径能够可靠地拆除循环,而不会产生不安全的析构函数行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- testing-qa
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 需要澄清
- 新手友好度
- 45/100