summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-05-08 21:11:59 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-05-08 21:11:59 (GMT)
commitdf40b623904c78847bbe24b9604a5b0522eafdb9 (patch)
tree540a9469dd19118f3f2ac492afe282f2ffc7f830 /Misc/NEWS
parent02d9f5e5b2ee2662cb6776ebdafa2f3169452e41 (diff)
downloadcpython-df40b623904c78847bbe24b9604a5b0522eafdb9.zip
cpython-df40b623904c78847bbe24b9604a5b0522eafdb9.tar.gz
cpython-df40b623904c78847bbe24b9604a5b0522eafdb9.tar.bz2
Issue #25745: Fixed leaking a userptr in curses panel destructor.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f9bb8ef..d41910a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -116,6 +116,8 @@ Core and Builtins
Library
-------
+- Issue #25745: Fixed leaking a userptr in curses panel destructor.
+
- Issue #26881: The modulefinder module now supports extended opcode arguments.
- Issue #23815: Fixed crashes related to directly created instances of types in