]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:02 +0000 (15:06 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2024 13:06:02 +0000 (16:06 +0300)
commit18196fea89af7d1f68386e5f6ccc63de04b75a98
tree82b5fc375dc0d07dd1e852c120eecd9b61461a72
parent2bc2aae386f7d426022441bf9b1ce8b85bfbb46d
[3.12] gh-125682: Reject non-ASCII digits in the Python implementation of JSON decoder (GH-125687) (GH-125693)

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