]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-131884: Fix incorrect formatting in json.dumps() when using indent and...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 5 Jun 2025 14:38:11 +0000 (17:38 +0300)
committerGitHub <noreply@github.com>
Thu, 5 Jun 2025 14:38:11 +0000 (14:38 +0000)
commite2a9a3fa98e45c9cf821a403a77281ee06d34e3c
tree79cc37e629b70dccbcf4e89a86d4a303df0f3e21
parent5a69d4fe004d5d154aecb1d6dc4f8c66bdb04c4f
[3.13] gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys=True (GH-132200) (GH-135061)

(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