Possibly Wrong json encoding and decoding of surrogated pairs
未关闭
还没有人认领这个 Issue。
stdlib
type-bug
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 36k
- PR 合并指标
- PR 指标待抓取
描述
Bug report
Hi, I found a small non-urgent bug so feel free to ignore it.
import json
assert '\udb0a\udfdf' == json.loads(json.dumps('\udb0a\udfdf'))
results in:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AssertionError
Your environment
I managed to reproduce it in your maylinux2010 docker for the versions 3.6, 3.7, 3.8, 3.9, 3.10.
sudo docker run -it manylinux2010
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,使用 issue 中显示的代理对和列出的 Python 版本,通过 json.dumps 和 json.loads 重现报告中的往返过程。跟踪 JSON 编码器和解码器如何处理该代理对;完成的标准是断言通过,同时不改变其他无关的 JSON 行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- data
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100