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

@ -46,6 +46,12 @@ test_all.verbose = verbose
def suite():
try:
# this is special, it used to segfault the interpreter
import test_1413192
except:
pass
test_modules = [
'test_associate',
'test_basics',