]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys...
authorRoei Ben Artzi <155478676+roeibenartzi@users.noreply.github.com>
Tue, 3 Jun 2025 07:40:25 +0000 (10:40 +0300)
committerGitHub <noreply@github.com>
Tue, 3 Jun 2025 07:40:25 +0000 (10:40 +0300)
commitec12559ebafca01ded22c9013de64abe535c838d
tree47ec4c5dae4fd221bb70534e5fd0ce52afe78331
parent485b499610eefe362faf171f258b3a3588378ff1
gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys=True (GH-132200)
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