diff options
author | Andrew Kuchling <amk@amk.ca> | 2013-06-15 18:04:04 (GMT) |
---|---|---|
committer | Andrew Kuchling <amk@amk.ca> | 2013-06-15 18:04:04 (GMT) |
commit | 53e5ea7951b674ed223ae8dd3bb2da595d685ec5 (patch) | |
tree | c85508389860c9d6450e142dab8d60d336835583 /Misc | |
parent | 27bbfdbc4c85011b2bd7f21d3fe3b5e8c2d8b725 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ---- |