summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2013-06-15 18:04:04 (GMT)
committerAndrew Kuchling <amk@amk.ca>2013-06-15 18:04:04 (GMT)
commit53e5ea7951b674ed223ae8dd3bb2da595d685ec5 (patch)
treec85508389860c9d6450e142dab8d60d336835583 /Misc
parent27bbfdbc4c85011b2bd7f21d3fe3b5e8c2d8b725 (diff)
downloadcpython-53e5ea7951b674ed223ae8dd3bb2da595d685ec5.zip
cpython-53e5ea7951b674ed223ae8dd3bb2da595d685ec5.tar.gz
cpython-53e5ea7951b674ed223ae8dd3bb2da595d685ec5.tar.bz2
#18113: Objects associated to a curses.panel object with set_userptr() were leaked.
Reported by Atsuo Ishimoto.
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 70b183f..aacf0e6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,9 @@ Library
the default for linking if LDSHARED is not also overriden. This restores
Distutils behavior introduced in 3.2.3 and inadvertently dropped in 3.3.0.
+- Issue #18113: Fixed a refcount leak in the curses.panel module's
+ set_userptr() method. Reported by Atsuo Ishimoto.
+
IDLE
----