]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add test for explicit `cls` argument bypassing default JSON decoder (#154094)
authorDominic H. <dom@dominic.sk>
Sun, 19 Jul 2026 11:58:06 +0000 (13:58 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 11:58:06 +0000 (13:58 +0200)
commit5380589615515fa9e2c48820073a3fd8e32a930d
treee30308174f46caf24abb2a07f9564130bf3e14f5
parent20b50f8ec4602fb108e029e6f84b2a19294a95d2
Add test for explicit `cls` argument bypassing default JSON decoder (#154094)

* Add test for skipped `cls=None` case

* Fix lint

* Add new line between classes
Lib/test/test_json/test_decode.py