summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorAivars Kalvāns <aivars.kalvans@gmail.com>2022-08-06 06:55:24 (GMT)
committerGitHub <noreply@github.com>2022-08-06 06:55:24 (GMT)
commit15f4a35487d5ed9eb1edfdb9169eae6f5ad0874a (patch)
treef93277e675c4e26748821b79ed6ff4350165e0ec /Misc/NEWS.d
parent56d16e8cb4e7d7ab47efdec08a0dae8d21b155f5 (diff)
downloadcpython-15f4a35487d5ed9eb1edfdb9169eae6f5ad0874a.zip
cpython-15f4a35487d5ed9eb1edfdb9169eae6f5ad0874a.tar.gz
cpython-15f4a35487d5ed9eb1edfdb9169eae6f5ad0874a.tar.bz2
gh-95385 Fastpath for encoding dict to JSON (gh-95374)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2022-07-28-17-14-38.gh-issue-95385.6YlsDI.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-07-28-17-14-38.gh-issue-95385.6YlsDI.rst b/Misc/NEWS.d/next/Library/2022-07-28-17-14-38.gh-issue-95385.6YlsDI.rst
new file mode 100644
index 0000000..89fa9c2
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-07-28-17-14-38.gh-issue-95385.6YlsDI.rst
@@ -0,0 +1 @@
+Faster ``json.dumps()`` when sorting of keys is not requested (default).