mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env.
Will backport.
This commit is contained in:
parent
2a4712dc80
commit
62a21121b4
5 changed files with 37 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue