• Tim Peters's avatar
    ZODBDatabase.open(): if the call to ZODB.DB() fails (== raises an · 270bb56d
    Tim Peters authored
    exception), explicitly close the storage passed to it, then re-raise
    the exception.  Otherwise the storage remains open.  Turns out that
    accounted for why test_zeo_config left a ConnectThread daemon thread
    running (Zope3's test.py has been pointing that out for a loooong time).
    270bb56d
config.py 5.25 KB