diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-09 06:24:35 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-09 06:24:35 (GMT) |
commit | 5e3d862392acc3b6862c6393bfbca7450523717d (patch) | |
tree | 8db6622c03bd525d1d3c7a9af5cbbebd76537225 /Misc/NEWS | |
parent | e0aec6df5e9549bd9e2c54ea57b6aa65d3c25f29 (diff) | |
download | cpython-5e3d862392acc3b6862c6393bfbca7450523717d.zip cpython-5e3d862392acc3b6862c6393bfbca7450523717d.tar.gz cpython-5e3d862392acc3b6862c6393bfbca7450523717d.tar.bz2 |
Bug #1400115, Fix segfault when calling curses.panel.userptr()
without prior setting of the userptr.
Will backport.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -209,6 +209,9 @@ Core and builtins Extension Modules ----------------- +- Bug #1400115, Fix segfault when calling curses.panel.userptr() + without prior setting of the userptr. + - Fix 64-bit problems in bsddb. - Patch #1365916: fix some unsafe 64-bit mmap methods. |