]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149056: Properly pass array_hook in json.load() to json.loads() (GH-149057)
authorThomas Kowalski <thom.kowa@gmail.com>
Fri, 29 May 2026 19:53:21 +0000 (21:53 +0200)
committerGitHub <noreply@github.com>
Fri, 29 May 2026 19:53:21 +0000 (22:53 +0300)
commitf87d9605d3f9489d33aaf97a97fa9cb81cd7cc40
tree25c6cd2cdbaaa9eb0041e80ad1319683e906f169
parent779694faba3e80b944f528a56e9b756b55637541
gh-149056: Properly pass array_hook in json.load() to json.loads() (GH-149057)
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]