-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
json.dump()
with indent
and skipkeys
can be formatted incorrectly
#131884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
serhiy-storchaka
pushed a commit
that referenced
this issue
Jun 3, 2025
… and skipkeys=True (GH-132200)
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 3, 2025
…indent and skipkeys=True (pythonGH-132200) (cherry picked from commit ec12559) Co-authored-by: Roei Ben Artzi <[email protected]>
serhiy-storchaka
pushed a commit
to serhiy-storchaka/cpython
that referenced
this issue
Jun 3, 2025
… using indent and skipkeys=True (pythonGH-132200) (cherry picked from commit ec12559) Co-authored-by: Roei Ben Artzi <[email protected]>
serhiy-storchaka
pushed a commit
to serhiy-storchaka/cpython
that referenced
this issue
Jun 3, 2025
… using indent and skipkeys=True (pythonGH-132200) (cherry picked from commit ec12559) Co-authored-by: Roei Ben Artzi <[email protected]>
serhiy-storchaka
pushed a commit
that referenced
this issue
Jun 5, 2025
… indent and skipkeys=True (GH-132200) (GH-135060) (cherry picked from commit ec12559) Co-authored-by: Roei Ben Artzi <[email protected]>
serhiy-storchaka
added a commit
that referenced
this issue
Jun 5, 2025
… indent and skipkeys=True (GH-132200) (GH-135061) (cherry picked from commit ec12559) Co-authored-by: Roei Ben Artzi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
Related: #123183
CPython versions tested on:
3.13
Operating systems tested on:
Windows
Linked PRs
json.dumps()
when usingindent
andskipkeys=True
#132200The text was updated successfully, but these errors were encountered: