summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-09-11 07:38:54 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-09-11 07:38:54 (GMT)
commit07940883796e71135723616f06a1405105c09571 (patch)
tree3b4f2307324c6b254fdee133bd9c566cd88aa2ea /Misc
parent31a3ec313d442fd9d64a3882669da634d7b70d56 (diff)
downloadcpython-07940883796e71135723616f06a1405105c09571.zip
cpython-07940883796e71135723616f06a1405105c09571.tar.gz
cpython-07940883796e71135723616f06a1405105c09571.tar.bz2
Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter.
ckalloc() causes the Tcl interpreter to panic, attemptckalloc() returns NULL if the memory allocation fails.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 91125e7..6668877 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Core and Builtins
Library
-------
+- Issue #21951: Tkinter now most likely raises MemoryError instead of crash
+ if the memory allocation fails.
+
- 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