]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] improve json test coverage (GH-154123) (GH-154133)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Jul 2026 15:16:54 +0000 (17:16 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 15:16:54 +0000 (17:16 +0200)
commit9e12f3b4adf306b922b1da4763a22e229e2d3a3c
treed3fa01e721504ae5b1bb39da3fd6213ae1c56075
parent303d0acfcdcc2f505c11ad7ffa435594c4e0dcee
[3.13] improve json test coverage (GH-154123) (GH-154133)

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