summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-09-10 21:31:42 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-09-10 21:31:42 (GMT)
commit31a3ec313d442fd9d64a3882669da634d7b70d56 (patch)
tree15cbc8c30e1575658b49e883b8a3b98137929334 /Misc
parent6d46dff5b5bc7991e62fc00597cb9b32f1cdd170 (diff)
downloadcpython-31a3ec313d442fd9d64a3882669da634d7b70d56.zip
cpython-31a3ec313d442fd9d64a3882669da634d7b70d56.tar.gz
cpython-31a3ec313d442fd9d64a3882669da634d7b70d56.tar.bz2
Issue #22338: Fix a crash in the json module on memory allocation failure.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cd6dadc..91125e7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,8 @@ Core and Builtins
Library
-------
+- Issue #22338: Fix a crash in the json module on memory allocation failure.
+
- Issue #22226: First letter no longer is stripped from the "status" key in
the result of Treeview.heading().