]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-131884: Fix incorrect formatting in json.dumps() when using indent and...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Jun 2025 14:38:09 +0000 (16:38 +0200)
committerGitHub <noreply@github.com>
Thu, 5 Jun 2025 14:38:09 +0000 (14:38 +0000)
commit97822b8199c84f4900c74b0ab01ce08a13d1c99e
tree74625456f1e704b0df33f898bc23eb5da5f24e85
parente11d4a18e15e79b34473389c44ec1f54dda3a508
[3.14] gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys=True (GH-132200) (GH-135060)

(cherry picked from commit ec12559ebafca01ded22c9013de64abe535c838d)

Co-authored-by: Roei Ben Artzi <155478676+roeibenartzi@users.noreply.github.com>
Lib/json/encoder.py
Lib/test/test_json/test_dump.py
Misc/NEWS.d/next/Library/2025-04-07-06-41-54.gh-issue-131884.ym9BJN.rst [new file with mode: 0644]
Modules/_json.c