]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] Test `object_hook` and pickleability of some JSON components (GH-154155) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Jul 2026 08:02:31 +0000 (10:02 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 08:02:31 +0000 (10:02 +0200)
commit539bb545003b658e5539265eadd19eb1081c171d
treed665d9d7eaf363d1bc225b5a6fd992e264df4d5c
parentd4e3529e66cf5d43b663d5416ed99c4ffb5429ff
[3.15] Test `object_hook` and pickleability of some JSON components (GH-154155) (#154374)

Test `object_hook` and pickleability of some JSON components (GH-154155)
(cherry picked from commit d333e5aa59f6cc20198502f4ff50b14eabde9b8b)

Co-authored-by: David <slavicek.david29@gmail.com>
Lib/test/test_json/test_decode.py
Lib/test/test_json/test_pickleable.py [new file with mode: 0644]