]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:27:04 +0000 (14:27 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 12:27:04 +0000 (12:27 +0000)
commit2b807eb9aa7e2c4b5a90336f6c926c6498ff0830
tree313acce355e0ea45ebcd4eb3d6792b0990919edc
parentf395dd01a34232c5e78b9fe3ec601ac99f93a843
[3.14] Add test for explicit `cls` argument bypassing default JSON decoder (GH-154094) (#154113)

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