]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] improve json test coverage (GH-154123) (GH-154135)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Jul 2026 15:16:47 +0000 (17:16 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 15:16:47 +0000 (17:16 +0200)
commit6839aa8711bbeb089ee0c28e8ccf9aee436a8189
treed82de40cbd34ed624f94bd7f710587909a390b6d
parent402924299dd9dca5b4dcf6a24575244c4ea63915
[3.14] improve json test coverage (GH-154123) (GH-154135)

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