mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +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
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue