diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-25 05:21:55 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-25 05:21:55 (GMT) |
commit | 62a21121b4acf9b37ea62e64498a869048fefb5b (patch) | |
tree | 282bdbc5fc5c4f9edc9f94a0c0288dd3764aa7a0 /Misc | |
parent | 2a4712dc80bcc873bea2238fcc855c9b92b82095 (diff) | |
download | cpython-62a21121b4acf9b37ea62e64498a869048fefb5b.zip cpython-62a21121b4acf9b37ea62e64498a869048fefb5b.tar.gz cpython-62a21121b4acf9b37ea62e64498a869048fefb5b.tar.bz2 |
Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env.
Will backport.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -216,6 +216,9 @@ Core and builtins Extension Modules ----------------- +- Bug #1413192, fix seg fault in bsddb if a transaction was deleted + before the env. + - Patch #1103116: Basic AF_NETLINK support. - Bug #1402308, (possible) segfault when using mmap.mmap(-1, ...) |