diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-08 21:11:59 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-08 21:11:59 (GMT) |
commit | df40b623904c78847bbe24b9604a5b0522eafdb9 (patch) | |
tree | 540a9469dd19118f3f2ac492afe282f2ffc7f830 /Misc | |
parent | 02d9f5e5b2ee2662cb6776ebdafa2f3169452e41 (diff) | |
download | cpython-df40b623904c78847bbe24b9604a5b0522eafdb9.zip cpython-df40b623904c78847bbe24b9604a5b0522eafdb9.tar.gz cpython-df40b623904c78847bbe24b9604a5b0522eafdb9.tar.bz2 |
Issue #25745: Fixed leaking a userptr in curses panel destructor.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |