]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:08:10 +0000 (15:08 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2024 13:08:10 +0000 (16:08 +0300)
commit2746ec4ce2b55efcd160002012147ce20686e47e
treee7fa3376c98742a98e0bbd3c0abe3418b74d9568
parent18196fea89af7d1f68386e5f6ccc63de04b75a98
[3.12] gh-125660: Reject invalid unicode escapes for Python implementation of JSON decoder (GH-125683) (GH-125695)

(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]