Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env.

Will backport.
This commit is contained in:
Neal Norwitz 2006-01-25 05:21:55 +00:00
parent 2a4712dc80
commit 62a21121b4
5 changed files with 37 additions and 3 deletions

View file

@ -22,6 +22,12 @@ if 'silent' in sys.argv: # take care of old flag, just in case
def suite():
try:
# this is special, it used to segfault the interpreter
import bsddb.test.test_1413192
except:
pass
test_modules = [
'test_associate',
'test_basics',