summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-05-08 17:46:55 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-05-08 17:46:55 (GMT)
commitdea76376cb8fc2c255438e9708f492a25a5f2759 (patch)
tree0c89f86a7b8b5f1ab1172194ef66e6adb7bd2e66 /Misc/NEWS
parent1ce738e08f147beb724f22a9411724a955cd418d (diff)
parente3f1b0911e02f5108b90b9b25417a448a423da40 (diff)
downloadcpython-dea76376cb8fc2c255438e9708f492a25a5f2759.zip
cpython-dea76376cb8fc2c255438e9708f492a25a5f2759.tar.gz
cpython-dea76376cb8fc2c255438e9708f492a25a5f2759.tar.bz2
Issue #23815: Fixed crashes related to directly created instances of types in
_tkinter and curses.panel modules.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cc44ba7..727f84e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -265,6 +265,9 @@ Core and Builtins
Library
-------
+- Issue #23815: Fixed crashes related to directly created instances of types in
+ _tkinter and curses.panel modules.
+
- Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
Patch by Georg Brandl.