]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-125682: Reject non-ASCII digits in the Python implementation of JSON decode...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Oct 2024 13:06:31 +0000 (15:06 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2024 13:06:31 +0000 (16:06 +0300)
commit6715afe349a2e39d9f3eef0c655faecb0db93f3b
tree1cd856025de3c14e024cb249f72143ebddd22de7
parent014d0ee341b74bafb5c5d3dbc5e81418c870f8ef
[3.13] gh-125682: Reject non-ASCII digits in the Python implementation of JSON decoder (GH-125687) (GH-125692)

(cherry picked from commit d358425e6968858e52908794d15f37e62abc74ec)

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
Lib/json/scanner.py
Lib/test/test_json/test_decode.py
Misc/NEWS.d/next/Library/2024-10-18-09-51-29.gh-issue-125682.vsj4cU.rst [new file with mode: 0644]