]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149056: Properly pass array_hook in json.load() to json.loads() (GH-149057...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 29 May 2026 21:30:50 +0000 (23:30 +0200)
committerGitHub <noreply@github.com>
Fri, 29 May 2026 21:30:50 +0000 (21:30 +0000)
commit863c7e0f9f9d72b8a2b87759b1ab51a0c4293de9
treea68306fd765a209d5e633c6df66a506ee13f7a96
parenta2ba8b192ed6c02e3a3943ad1551c1b38d1cc599
[3.15] gh-149056: Properly pass array_hook in json.load() to json.loads() (GH-149057) (GH-150591)

(cherry picked from commit f87d9605d3f9489d33aaf97a97fa9cb81cd7cc40)

Co-authored-by: Thomas Kowalski <thom.kowa@gmail.com>
Lib/json/__init__.py
Lib/test/test_json/test_decode.py
Misc/NEWS.d/next/Library/2026-04-29-08-10-17.gh-issue-149056.jnaD4W.rst [new file with mode: 0644]