]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125682: Reject non-ASCII digits in the Python implementation of JSON decoder ...
authorNice Zombies <nineteendo19d0@gmail.com>
Fri, 18 Oct 2024 12:26:29 +0000 (14:26 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Oct 2024 12:26:29 +0000 (15:26 +0300)
commitd358425e6968858e52908794d15f37e62abc74ec
tree309384b237287d58261ea7f7d5b0a054b35afc24
parenta0f5c8e6272a1fd5422892d773923b138e77ae5f
gh-125682: Reject non-ASCII digits in the Python implementation of JSON decoder (GH-125687)
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]