]> granicus.if.org Git - python/commit
Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env.
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 25 Jan 2006 05:21:55 +0000 (05:21 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 25 Jan 2006 05:21:55 +0000 (05:21 +0000)
commit62a21121b4acf9b37ea62e64498a869048fefb5b
tree282bdbc5fc5c4f9edc9f94a0c0288dd3764aa7a0
parent2a4712dc80bcc873bea2238fcc855c9b92b82095
Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env.

Will backport.
Lib/bsddb/test/test_1413192.py [new file with mode: 0644]
Lib/bsddb/test/test_all.py
Lib/test/test_bsddb3.py
Misc/NEWS
Modules/_bsddb.c