Need to keep traceback alive in WITH_EXCEPT_START
未关闭
还没有人认领这个 Issue。
3.13
3.14
3.15
interpreter-core
type-bug
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 35.9k
- PR 合并指标
- PR 指标待抓取
描述
Bug report
Bug description:
Currently in WITH_EXCEPT_START the interpreter loop gets the traceback from the exception object and then immediately decref's it before calling the __exit__ function. But the __exit__ function may not incref the traceback (if it's not an interpretedPython function) and could cause the traceback to be replaced on the exception, leading it holding onto a freed traceback.
CPython versions tested on:
CPython main branch, 3.12
Operating systems tested on:
Linux
Linked PRs
- gh-130562
- gh-130626
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
先查看关联的 PR gh-130562 和 gh-130626,然后定位 CPython 中解释器循环的 WITH_EXCEPT_START 实现。验证在 exit 运行期间 traceback 仍然有效,并为报告的替换和生命周期场景添加或更新覆盖测试。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- compilers
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100