]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] improve json test coverage (GH-154123) (GH-154134)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Jul 2026 15:16:37 +0000 (17:16 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 15:16:37 +0000 (17:16 +0200)
commit618f4ec98c4306d0ee5f071df17a9828240b3f5e
tree88ee06e430b822d963c6b633bc0073034865c3ab
parentfbac0fba551d4ea2d61c87b82ec2d727d42cfda6
[3.15] improve json test coverage (GH-154123) (GH-154134)

Add test that covers the except block on line 106 of decoder.py
(cherry picked from commit ee1e48ebd8194cd5984714021c4df85dbb93c6df)

Co-authored-by: David <slavicek.david29@gmail.com>
Lib/test/test_json/test_decode.py