Error display for invalid literal is incorrect
未关闭
还没有人认领这个 Issue。
interpreter-core
topic-parser
type-bug
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 35.9k
- PR 合并指标
- PR 指标待抓取
描述
Bug report
Bug description:
If you run
0x9g
Anywhere (I did it in the REPL), the pointer that shows where the error happened is on 9, even though it is valid:
>>> 0x9g
File "<stdin>", line 1
0x9g
^
SyntaxError: invalid hexadecimal literal
CPython versions tested on:
3.13
Operating systems tested on:
Linux
Linked PRs
- gh-149456
- gh-155534
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
使用 0x9g 在 Python REPL 中重现该问题,然后检查关联的 PR gh-149456 和 gh-155534,以了解当前的工作。跟踪无效字面量的语法错误位置报告,并验证插入符号标识的是无效部分,而不是有效的 9。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- compilers
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 25/100