]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-125660: Reject invalid unicode escapes for Python implementation of JSON...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Oct 2024 13:07:56 +0000 (15:07 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2024 13:07:56 +0000 (16:07 +0300)
commitd9dafc790dc7d9c04693f4546e6f607cc334008a
tree6ed130cf432c56b787c7ccac08c69f2b989d6101
parent6715afe349a2e39d9f3eef0c655faecb0db93f3b
[3.13] gh-125660: Reject invalid unicode escapes for Python implementation of JSON decoder (GH-125683) (GH-125694)

(cherry picked from commit df751363e386d1f77c5ba9515a5539902457d386)

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
Lib/json/decoder.py
Lib/test/test_json/test_scanstring.py
Misc/NEWS.d/next/Library/2024-10-18-08-58-10.gh-issue-125660.sDdDqO.rst [new file with mode: 0644]