]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] Add test for explicit `cls` argument bypassing default JSON decoder (GH-154094...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Jul 2026 12:28:27 +0000 (14:28 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 12:28:27 +0000 (12:28 +0000)
commit9f7c44fc7bd3fcd041dd9d6daee7801131ad01a1
treec215cb142184e1ac186137099cbb1509352c4fce
parentbc8af591acee4da62c60d97924e546a7e2af0576
[3.15] Add test for explicit `cls` argument bypassing default JSON decoder (GH-154094) (#154112)

Add test for explicit `cls` argument bypassing default JSON decoder (GH-154094)

* Add test for skipped `cls=None` case

* Fix lint

* Add new line between classes
(cherry picked from commit 5380589615515fa9e2c48820073a3fd8e32a930d)

Co-authored-by: Dominic H <dom@dominic.sk>
Lib/test/test_json/test_decode.py