]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113149: Improve error message when JSON has trailing comma (GH-113227)
authorCarson Radtke <carsonRadtke@users.noreply.github.com>
Sun, 17 Dec 2023 18:52:26 +0000 (12:52 -0600)
committerGitHub <noreply@github.com>
Sun, 17 Dec 2023 18:52:26 +0000 (20:52 +0200)
commitcfa25fe3e39e09612a6ba8409c46cf35a091de3c
tree2cf2db21aa5e11b36fa04b5d93b5aa22ac357bd7
parent21d52995ea490328edf9be3ba072821cd445dd30
gh-113149: Improve error message when JSON has trailing comma (GH-113227)
Lib/json/decoder.py
Lib/test/test_json/test_fail.py
Misc/NEWS.d/next/Library/2023-12-16-23-56-42.gh-issue-113149.7LWgTS.rst [new file with mode: 0644]
Modules/_json.c