]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141510, PEP 814: Add frozendict support to json (#144903)
authorVictor Stinner <vstinner@python.org>
Sat, 21 Feb 2026 11:22:47 +0000 (12:22 +0100)
committerGitHub <noreply@github.com>
Sat, 21 Feb 2026 11:22:47 +0000 (12:22 +0100)
commit7b0bd9eb91ce0d4546c6d6f537eea558d1bf5fc8
treef5b0a8f0247fc6c2f9cb4bbc30de4bea28c958fc
parent347fc438cf903c1d7fa5063464ae2e93c11b2232
gh-141510, PEP 814: Add frozendict support to json (#144903)
Lib/json/encoder.py
Lib/test/test_json/test_dump.py
Misc/NEWS.d/next/Library/2026-02-17-11-15-17.gh-issue-141510.ZmqEUb.rst [new file with mode: 0644]
Modules/_json.c