]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146440: Add array_hook parameter to JSON decoders (#146441)
authorJoao S. O. Bueno <gwidion@gmail.com>
Fri, 27 Mar 2026 11:10:48 +0000 (08:10 -0300)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2026 11:10:48 +0000 (11:10 +0000)
commitd0061d50b0f94f42650404352eb10e007c826100
tree50823a6afcc26c8db6f4addff785595e9cca272a
parent256907d3aacdc8483ca8ae91740424ddbc17094d
gh-146440: Add array_hook parameter to JSON decoders (#146441)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/library/json.rst
Doc/whatsnew/3.15.rst
Lib/json/__init__.py
Lib/json/decoder.py
Lib/json/scanner.py
Lib/test/test_json/test_decode.py
Misc/NEWS.d/next/Library/2026-03-26-02-06-52.gh-issue-146440.HXjhQO.rst [new file with mode: 0644]
Modules/_json.c