]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125660: Reject invalid unicode escapes for Python implementation of JSON decoder...
authorNice Zombies <nineteendo19d0@gmail.com>
Fri, 18 Oct 2024 12:29:47 +0000 (14:29 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Oct 2024 12:29:47 +0000 (15:29 +0300)
commitdf751363e386d1f77c5ba9515a5539902457d386
treec2e52eb71b251d96a0f741de46351952e785d7fe
parentd358425e6968858e52908794d15f37e62abc74ec
gh-125660: Reject invalid unicode escapes for Python implementation of JSON decoder (GH-125683)
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]